Product Title
Price
Quantity
Subtotal
81.25
81.25
147.00
147.00
135.00
135.00
Continue Shopping
Subtotal363.25
CGST32.69
SGST32.69
Total428.63
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'); }); });