Product Title
Price
Quantity
Subtotal
151.70
151.70
3,622.70
3,622.70
Continue Shopping
Subtotal3,774.40
CGST339.69
SGST339.69
Total4,453.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'); }); });