Product Title
Price
Quantity
Subtotal
137.28
137.28
2,070.00
2,070.00
Continue Shopping
Subtotal2,207.28
CGST198.65
SGST198.65
Total2,604.58
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'); }); });