Product Title
Price
Quantity
Subtotal
94.30
94.30
115.92
115.92
Continue Shopping
Subtotal210.22
CGST18.92
SGST18.92
Total248.06
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'); }); });