Product Title
Price
Quantity
Subtotal
100.00
100.00
81.25
81.25
Continue Shopping
Subtotal181.25
CGST16.31
SGST16.31
Total213.87
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'); }); });