Product Title
Price
Quantity
Subtotal
1,175.16
1,175.16
220.00
220.00
104.30
104.30
Continue Shopping
Subtotal1,499.46
CGST134.95
SGST134.95
Total1,769.36
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'); }); });