Product Title
Price
Quantity
Subtotal
72.00
72.00
245.52
245.52
115.92
115.92
Continue Shopping
Subtotal433.44
CGST36.85
SGST36.85
Total507.14
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'); }); });