Product Title
Price
Quantity
Subtotal
68.04
68.04
176.00
176.00
Continue Shopping
Subtotal244.04
CGST21.96
SGST21.96
Total287.96
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'); }); });