Product Title
Price
Quantity
Subtotal
177.95
177.95
172.50
172.50
Continue Shopping
Subtotal350.45
CGST31.55
SGST31.55
Total413.55
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'); }); });