Product Title
Price
Quantity
Subtotal
374.00
374.00
1,175.16
1,175.16
Continue Shopping
Subtotal1,549.16
CGST105.76
SGST105.76
Total1,760.68
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'); }); });