Product Title
Price
Quantity
Subtotal
126.00
126.00
131.25
131.25
52.00
52.00
Continue Shopping
Subtotal309.25
CGST27.83
SGST27.83
Total364.91
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'); }); });