Product Title
Price
Quantity
Subtotal
3,622.70
3,622.70
146.96
146.96
Continue Shopping
Subtotal3,769.66
CGST339.27
SGST339.27
Total4,448.20
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'); }); });