Product Title
Price
Quantity
Subtotal
89.00
89.00
74.25
74.25
172.20
172.20
Continue Shopping
Subtotal335.45
CGST30.19
SGST30.19
Total395.83
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'); }); });