Product Title
Price
Quantity
Subtotal
38.00
38.00
87.00
87.00
127.00
127.00
Continue Shopping
Subtotal252.00
CGST22.68
SGST22.68
Total297.36
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'); }); });