Product Title
Price
Quantity
Subtotal
216.00
216.00
200.00
200.00
125.20
125.20
Continue Shopping
Subtotal541.20
CGST42.23
SGST42.23
Total625.66
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'); }); });