Product Title
Price
Quantity
Subtotal
3,622.70
3,622.70
1,917.50
1,917.50
2,490.00
2,490.00
1,917.00
1,917.00
Continue Shopping
Subtotal9,947.20
CGST895.25
SGST895.25
Total11,737.70
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'); }); });