Product Title
Price
Quantity
Subtotal
52.00
52.00
47.20
47.20
Continue Shopping
Subtotal99.20
CGST8.93
SGST8.93
Total117.06
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'); }); });