Product Title
Price
Quantity
Subtotal
151.70
151.70
72.00
72.00
135.00
135.00
Continue Shopping
Subtotal358.70
CGST32.28
SGST32.28
Total423.26
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'); }); });