Product Title
Price
Quantity
Subtotal
172.20
172.20
90.00
90.00
Continue Shopping
Subtotal262.20
CGST20.90
SGST20.90
Total304.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'); }); });