Product Title
Price
Quantity
Subtotal
89.00
89.00
2,490.00
2,490.00
228.00
228.00
Continue Shopping
Subtotal2,807.00
CGST252.63
SGST252.63
Total3,312.26
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'); }); });