Product Title
Price
Quantity
Subtotal
160.88
160.88
143.20
143.20
Continue Shopping
Subtotal304.08
CGST27.37
SGST27.37
Total358.82
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'); }); });