Product Title
Price
Quantity
Subtotal
151.70
151.70
3,622.70
3,622.70
35.00
35.00
Continue Shopping
Subtotal3,809.40
CGST342.84
SGST342.84
Total4,495.08
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'); }); });