Product Title
Price
Quantity
Subtotal
2,490.00
2,490.00
17.99
17.99
168.75
168.75
Continue Shopping
Subtotal2,676.74
CGST240.37
SGST240.37
Total3,157.48
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'); }); });