Product Title
Price
Quantity
Subtotal
1,917.00
1,917.00
168.75
168.75
Continue Shopping
Subtotal2,085.75
CGST187.72
SGST187.72
Total2,461.19
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'); }); });