0

I just want to ask if there is a wishlist clean up functionality because I got a client that complain because his wishlist was deleted systematically.

we are currently using Magento version. 2.3.2.

thanks.

1
  • No there are no any such kind of funcationality. Commented Feb 23, 2021 at 10:13

1 Answer 1

0

No there are no any wishlist clean up functionality.

Run below SQL and then wishlist is empty for all users.

TRUNCATE TABLE wishlist_item; TRUNCATE TABLE wishlist_item_option; TRUNCATE TABLE email_wishlist; 

Note: Do not clean wishlist table data.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.