Product Title
Price
Quantity
Subtotal
120.00
120.00
1,917.00
1,917.00
123.75
123.75
Continue Shopping
Subtotal2,160.75
CGST190.76
SGST190.76
Total2,542.27
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'); }); });