Product Title
Price
Quantity
Subtotal
112.50
112.50
126.00
126.00
Continue Shopping
Subtotal238.50
CGST21.47
SGST21.47
Total281.44
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'); }); });