Product Title
Price
Quantity
Subtotal
2.46
2.46
125.20
125.20
176.00
176.00
Continue Shopping
Subtotal303.66
CGST27.26
SGST27.26
Total358.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'); }); });