Product Title
Price
Quantity
Subtotal
113.00
113.00
67.50
67.50
69.52
69.52
Continue Shopping
Subtotal250.02
CGST22.51
SGST22.51
Total295.04
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'); }); });