Avoid creating new wishlists

0
Avoid creating new wishlists 1
Anonymous
May 18, 2021 12:49 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hi there,

Thanks for the great plugin WISHLIST it works fine. I have a question in regards to creating new wishlists.

Is there a way that users can only use the existing wishlist and not to add new wishlists?

Thanks for your support.

Catrin

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Avoid creating new wishlists 2
PickPlugins
May 18, 2021
Flag(0)

Welcome to our forum.

this option is not available right now, you could hide create menu from the list, please use following CSS

.menu_item.add_new {
display: none;
}
.menu_item.create {
display: none;
}

 

Sign in to Reply
Replying as Submit