Product Title
Price
Quantity
Subtotal
839.30
839.30
640.00
640.00
137.28
137.28
Continue Shopping
Subtotal1,616.58
CGST145.49
SGST145.49
Total1,907.56
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'); }); });