Product Title
Price
Quantity
Subtotal
2,070.00
2,070.00
2,083.00
2,083.00
Continue Shopping
Subtotal4,153.00
CGST373.77
SGST373.77
Total4,900.54
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'); }); });