Product Title
Price
Quantity
Subtotal
100.00
100.00
2,450.00
4,900.00
Continue Shopping
Subtotal5,000.00
CGST303.00
SGST303.00
Total5,606.00
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'); }); });