Product Title
Price
Quantity
Subtotal
36.20
36.20
2,070.00
2,070.00
Continue Shopping
Subtotal2,106.20
CGST189.56
SGST189.56
Total2,485.32
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'); }); });