Product Title
Price
Quantity
Subtotal
2,542.16
2,542.16
90.00
90.00
56.07
56.07
Continue Shopping
Subtotal2,688.23
CGST237.55
SGST237.55
Total3,163.33
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'); }); });