Product Title
Price
Quantity
Subtotal
81.25
81.25
81.25
81.25
93.75
93.75
Continue Shopping
Subtotal256.25
CGST20.25
SGST20.25
Total296.75
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'); }); });