Product Title
Price
Quantity
Subtotal
176.00
176.00
135.00
135.00
3,622.70
3,622.70
Continue Shopping
Subtotal3,933.70
CGST354.03
SGST354.03
Total4,641.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'); }); });