Product Title
Price
Quantity
Subtotal
2,542.16
2,542.16
393.75
393.75
Continue Shopping
Subtotal2,935.91
CGST264.23
SGST264.23
Total3,464.37
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'); }); });