Product Title
Price
Quantity
Subtotal
89.00
89.00
1,328.00
1,328.00
Continue Shopping
Subtotal1,417.00
CGST127.53
SGST127.53
Total1,672.06
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'); }); });