Product Title
Price
Quantity
Subtotal
18.62
18.62
72.03
72.03
Continue Shopping
Subtotal90.65
CGST7.60
SGST7.60
Total105.85
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'); }); });