Product Title
Price
Quantity
Subtotal
175.20
175.20
1,917.50
1,917.50
2,490.00
2,490.00
Continue Shopping
Subtotal4,582.70
CGST412.45
SGST412.45
Total5,407.60
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'); }); });