Product Title
Price
Quantity
Subtotal
4,575.00
4,575.00
1,917.50
1,917.50
4,275.00
4,275.00
2,490.00
2,490.00
2,083.00
2,083.00
Continue Shopping
Subtotal15,340.50
CGST1,243.40
SGST1,243.40
Total17,827.30
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'); }); });