Product Title
Price
Quantity
Subtotal
38.00
38.00
2,500.38
2,500.38
Continue Shopping
Subtotal2,538.38
CGST228.45
SGST228.45
Total2,995.28
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'); }); });