Product Title
Price
Quantity
Subtotal
228.00
228.00
508.43
508.43
Continue Shopping
Subtotal736.43
CGST66.28
SGST66.28
Total868.99
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'); }); });