Product Title
Price
Quantity
Subtotal
4,575.00
9,150.00
4,275.00
4,275.00
Continue Shopping
Subtotal13,425.00
CGST933.75
SGST933.75
Total15,292.50
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'); }); });