Product Title
Price
Quantity
Subtotal
175.20
175.20
1,917.50
1,917.50
Continue Shopping
Subtotal2,092.70
CGST188.35
SGST188.35
Total2,469.40
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'); }); });