Product Title
Price
Quantity
Subtotal
176.00
176.00
135.00
135.00
Continue Shopping
Subtotal311.00
CGST27.99
SGST27.99
Total366.98
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'); }); });