Product Title
Price
Quantity
Subtotal
649.35
649.35
75.00
75.00
Continue Shopping
Subtotal724.35
CGST65.19
SGST65.19
Total854.73
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'); }); });