Product Title
Price
Quantity
Subtotal
1,917.50
1,917.50
2,490.00
2,490.00
74.25
74.25
Continue Shopping
Subtotal4,481.75
CGST403.36
SGST403.36
Total5,288.47
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'); }); });