Product Title
Price
Quantity
Subtotal
2,542.16
2,542.16
90.00
90.00
Continue Shopping
Subtotal2,632.16
CGST234.19
SGST234.19
Total3,100.54
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'); }); });