Product Title
Price
Quantity
Subtotal
135.00
135.00
52.00
52.00
40.00
40.00
Continue Shopping
Subtotal227.00
CGST20.43
SGST20.43
Total267.86
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'); }); });