Product Title
Price
Quantity
Subtotal
149.00
149.00
83.03
83.03
Continue Shopping
Subtotal232.03
CGST13.92
SGST13.92
Total259.87
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'); }); });