Product Title
Price
Quantity
Subtotal
160.88
160.88
168.75
168.75
Continue Shopping
Subtotal329.63
CGST29.67
SGST29.67
Total388.97
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'); }); });