Product Title
Price
Quantity
Subtotal
1,917.50
1,917.50
143.20
143.20
2,490.00
2,490.00
Continue Shopping
Subtotal4,550.70
CGST409.57
SGST409.57
Total5,369.84
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'); }); });