Product Title
Price
Quantity
Subtotal
137.42
137.42
52.00
52.00
156.77
156.77
Continue Shopping
Subtotal346.19
CGST31.16
SGST31.16
Total408.51
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'); }); });