Product Title
Price
Quantity
Subtotal
72.03
72.03
137.60
137.60
Continue Shopping
Subtotal209.63
CGST18.86
SGST18.86
Total247.35
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'); }); });