Product Title
Price
Quantity
Subtotal
600.00
600.00
127.00
127.00
195.00
195.00
Continue Shopping
Subtotal922.00
CGST82.98
SGST82.98
Total1,087.96
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'); }); });