Product Title
Price
Quantity
Subtotal
176.00
176.00
135.00
135.00
63.20
63.20
Continue Shopping
Subtotal374.20
CGST31.78
SGST31.78
Total437.76
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'); }); });