Zero qty not removing row
-
Hi,
I propose this change to the file “wooajaxcart.js”old:
Line 39: el_qty.closest(‘tr’).remove();new:
Line 39: el_qty.closest(‘tr.cart_item’).remove();This fixes typing in 0 qty not removing the whole table row.
kind regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Zero qty not removing row’ is closed to new replies.