Product Title
Price
Quantity
Subtotal
160.88
160.88
262.50
262.50
168.75
168.75
Continue Shopping
Subtotal592.13
CGST53.30
SGST53.30
Total698.73
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'); }); });