Product Title
Price
Quantity
Subtotal
143.20
143.20
48.00
48.00
Continue Shopping
Subtotal191.20
CGST17.21
SGST17.21
Total225.62
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'); }); });