Product Title
Price
Quantity
Subtotal
105.60
105.60
136.00
136.00
168.75
168.75
Continue Shopping
Subtotal410.35
CGST36.93
SGST36.93
Total484.21
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'); }); });