Product Title
Price
Quantity
Subtotal
204.00
204.00
120.00
120.00
18.62
18.62
Continue Shopping
Subtotal342.62
CGST30.28
SGST30.28
Total403.18
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'); }); });