Product Title
Price
Quantity
Subtotal
72.00
72.00
81.25
81.25
Continue Shopping
Subtotal153.25
CGST13.79
SGST13.79
Total180.83
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'); }); });