Product Title
Price
Quantity
Subtotal
168.75
168.75
74.25
74.25
640.00
640.00
Continue Shopping
Subtotal883.00
CGST79.47
SGST79.47
Total1,041.94
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'); }); });