Product Title
Price
Quantity
Subtotal
175.20
175.20
1,917.50
1,917.50
2,490.00
2,490.00
17.99
17.99
Continue Shopping
Subtotal4,600.69
CGST413.53
SGST413.53
Total5,427.75
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'); }); });