Product Title
Price
Quantity
Subtotal
137.42
137.42
90.00
90.00
Continue Shopping
Subtotal227.42
CGST17.77
SGST17.77
Total262.96
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'); }); });