Product Title
Price
Quantity
Subtotal
200.00
200.00
2,490.00
2,490.00
Continue Shopping
Subtotal2,690.00
CGST242.10
SGST242.10
Total3,174.20
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'); }); });