Product Title
Price
Quantity
Subtotal
168.75
168.75
89.00
89.00
Continue Shopping
Subtotal257.75
CGST23.20
SGST23.20
Total304.15
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'); }); });