Product Title
Price
Quantity
Subtotal
83.89
83.89
220.00
220.00
Continue Shopping
Subtotal303.89
CGST27.35
SGST27.35
Total358.59
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'); }); });