Product Title
Price
Quantity
Subtotal
81.25
81.25
69.52
69.52
137.60
137.60
Continue Shopping
Subtotal288.37
CGST25.95
SGST25.95
Total340.27
Add to cart
jQuery(document).ready(function($) { // When quantity changes $('body').on('change', 'input.qty', function() { // Trigger WooCommerce to update cart totals via AJAX $('[name="update_cart"]').prop('disabled', false); $('[name="update_cart"]').trigger('click'); }); });