Product Title
Price
Quantity
Subtotal
4,575.00
4,575.00
2,070.00
2,070.00
2,083.00
2,083.00
Continue Shopping
Subtotal8,728.00
CGST648.27
SGST648.27
Total10,024.54
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'); }); });