Product Title
Price
Quantity
Subtotal
81.25
81.25
69.52
69.52
137.60
137.60
168.75
168.75
Continue Shopping
Subtotal457.12
CGST41.14
SGST41.14
Total539.40
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'); }); });