Product Title
Price
Quantity
Subtotal
2,083.00
2,083.00
160.88
160.88
Continue Shopping
Subtotal2,243.88
CGST201.95
SGST201.95
Total2,647.78
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'); }); });