Product Title
Price
Quantity
Subtotal
2,083.00
2,083.00
160.88
160.88
228.00
228.00
Continue Shopping
Subtotal2,471.88
CGST222.47
SGST222.47
Total2,916.82
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'); }); });