Product Title
Price
Quantity
Subtotal
288.00
288.00
4,124.25
4,124.25
Continue Shopping
Subtotal4,412.25
CGST273.38
SGST273.38
Total4,959.01
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'); }); });