Product Title
Price
Quantity
Subtotal
2,490.00
2,490.00
81.18
81.18
Continue Shopping
Subtotal2,571.18
CGST231.41
SGST231.41
Total3,034.00
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'); }); });