Product Title
Price
Quantity
Subtotal
160.00
160.00
176.00
176.00
96.00
96.00
Continue Shopping
Subtotal432.00
CGST34.08
SGST34.08
Total500.16
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'); }); });