Product Title
Price
Quantity
Subtotal
136.00
136.00
200.00
200.00
72.03
72.03
Continue Shopping
Subtotal408.03
CGST36.72
SGST36.72
Total481.47
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'); }); });