Product Title
Price
Quantity
Subtotal
75.00
75.00
2,070.00
2,070.00
4,575.00
4,575.00
137.28
137.28
4,275.00
4,275.00
2,083.00
2,083.00
Continue Shopping
Subtotal13,215.28
CGST1,052.12
SGST1,052.12
Total15,319.52
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'); }); });