Product Title
Price
Quantity
Subtotal
1,917.00
1,917.00
340.30
340.30
Continue Shopping
Subtotal2,257.30
CGST203.16
SGST203.16
Total2,663.62
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'); }); });