Product Title
Price
Quantity
Subtotal
2,083.00
2,083.00
1,917.50
1,917.50
2,450.00
2,450.00
2,490.00
2,490.00
Continue Shopping
Subtotal8,940.50
CGST731.15
SGST731.15
Total10,402.80
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'); }); });