Product Title
Price
Quantity
Subtotal
4,124.25
4,124.25
4,575.00
4,575.00
160.88
160.88
Continue Shopping
Subtotal8,860.13
CGST536.44
SGST536.44
Total9,933.01
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'); }); });