Product Title
Price
Quantity
Subtotal
228.00
228.00
194.90
194.90
3,622.70
3,622.70
Continue Shopping
Subtotal4,045.60
CGST364.10
SGST364.10
Total4,773.80
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'); }); });