Product Title
Price
Quantity
Subtotal
137.60
137.60
72.00
72.00
Continue Shopping
Subtotal209.60
CGST16.70
SGST16.70
Total243.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'); }); });