Product Title
Price
Quantity
Subtotal
2,500.38
2,500.38
186.43
186.43
68.25
68.25
Continue Shopping
Subtotal2,755.06
CGST245.91
SGST245.91
Total3,246.88
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'); }); });