Product Title
Price
Quantity
Subtotal
137.60
137.60
168.75
168.75
168.75
168.75
Continue Shopping
Subtotal475.10
CGST42.76
SGST42.76
Total560.62
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'); }); });