Product Title
Price
Quantity
Subtotal
135.00
135.00
84.00
84.00
1,917.00
1,917.00
Continue Shopping
Subtotal2,136.00
CGST192.24
SGST192.24
Total2,520.48
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'); }); });