Product Title
Price
Quantity
Subtotal
100.00
100.00
288.00
288.00
Continue Shopping
Subtotal388.00
CGST34.92
SGST34.92
Total457.84
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'); }); });