Product Title
Price
Quantity
Subtotal
48.00
48.00
37.00
37.00
101.69
101.69
Continue Shopping
Subtotal186.69
CGST16.80
SGST16.80
Total220.29
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'); }); });