Product Title
Price
Quantity
Subtotal
140.80
140.80
63.75
63.75
Continue Shopping
Subtotal204.55
CGST14.19
SGST14.19
Total232.93
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'); }); });