Product Title
Price
Quantity
Subtotal
2.46
2.46
63.20
63.20
3,622.70
3,622.70
Continue Shopping
Subtotal3,688.36
CGST329.98
SGST329.98
Total4,348.32
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'); }); });