Product Title
Price
Quantity
Subtotal
72.00
72.00
130.68
130.68
Continue Shopping
Subtotal202.68
CGST12.16
SGST12.16
Total227.00
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'); }); });