Product Title
Price
Quantity
Subtotal
25.42
25.42
36.20
36.20
Continue Shopping
Subtotal61.62
CGST5.55
SGST5.55
Total72.72
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'); }); });