Implementing a custom Wishlist that does not require user to be logged in.

Hey everyone, I’ve only been using Wix for roughly 4 months now, I’ve learned a little Velo, and I understand it decently. I recently got my first “big” client that wants a website for her dress shop, she mentioned wanting a “Style Board” which seems to be essentially just a Wishlist which you can assign a name to and add in some store items, however the feature she referenced from the website JennyYoo seems to be able to do this without having the user logged in, I’ve never really worked with the store/backend APIs in velo.

So my question really is, how would I go about tackling this? How can I replicate this feature in Wix with Velo?

1 Like

You can let the user save the information on their browser, local save, convert to json and save, and on re-login convert back to object and crossword

Thanks for the response, I’ve been playing around with the Wix Storage API, it’s very useful I will say. As for the rest of the process, I’m not entirely sure how to go about this, do you have any resources I could follow ?