Product Title
Price
Quantity
Subtotal
38.00
38.00
177.95
177.95
Continue Shopping
Subtotal215.95
CGST19.44
SGST19.44
Total254.83
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'); }); });