Product Title
Price
Quantity
Subtotal
143.20
143.20
105.60
105.60
Continue Shopping
Subtotal248.80
CGST22.39
SGST22.39
Total293.58
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'); }); });