Product Title
Price
Quantity
Subtotal
138.60
138.60
136.00
136.00
96.00
96.00
Continue Shopping
Subtotal370.60
CGST33.35
SGST33.35
Total437.30
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'); }); });