Product Title
Price
Quantity
Subtotal
172.50
172.50
2,490.00
2,490.00
Continue Shopping
Subtotal2,662.50
CGST239.63
SGST239.63
Total3,141.76
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'); }); });