Product Title
Price
Quantity
Subtotal
3,622.70
3,622.70
1,917.50
1,917.50
2,490.00
2,490.00
Continue Shopping
Subtotal8,030.20
CGST722.72
SGST722.72
Total9,475.64
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'); }); });