Product Title
Price
Quantity
Subtotal
262.50
262.50
59.20
59.20
220.00
220.00
Continue Shopping
Subtotal541.70
CGST48.76
SGST48.76
Total639.22
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'); }); });