Product Title
Price
Quantity
Subtotal
151.70
151.70
172.20
172.20
Continue Shopping
Subtotal323.90
CGST29.15
SGST29.15
Total382.20
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'); }); });