Product Title
Price
Quantity
Subtotal
120.00
120.00
1,917.00
1,917.00
Continue Shopping
Subtotal2,037.00
CGST183.33
SGST183.33
Total2,403.66
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'); }); });