Product Title
Price
Quantity
Subtotal
74.25
74.25
137.60
137.60
Continue Shopping
Subtotal211.85
CGST19.06
SGST19.06
Total249.97
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'); }); });