Product Title
Price
Quantity
Subtotal
2,070.00
2,070.00
2,070.00
2,070.00
86.50
86.50
Continue Shopping
Subtotal4,226.50
CGST377.79
SGST377.79
Total4,982.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'); }); });