Product Title
Price
Quantity
Subtotal
146.96
146.96
135.00
135.00
Continue Shopping
Subtotal281.96
CGST25.38
SGST25.38
Total332.72
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'); }); });