Product Title
Price
Quantity
Subtotal
134.25
134.25
28.00
28.00
Continue Shopping
Subtotal162.25
CGST13.76
SGST13.76
Total189.77
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'); }); });