Product Title
Price
Quantity
Subtotal
69.52
69.52
56.80
56.80
Continue Shopping
Subtotal126.32
CGST9.67
SGST9.67
Total145.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'); }); });