Product Title
Price
Quantity
Subtotal
194.90
194.90
172.50
172.50
Continue Shopping
Subtotal367.40
CGST33.07
SGST33.07
Total433.54
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'); }); });