Product Title
Price
Quantity
Subtotal
84.00
84.00
72.00
72.00
Continue Shopping
Subtotal156.00
CGST11.88
SGST11.88
Total179.76
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'); }); });