Question:
Does anyone know how can we implement wishlist feature in wix headless and next js project?
Product:
wix sdk headless along with next js
What are you trying to achieve:
i want to implement wishlist feature
What have you already tried:
i tried adding custom field to user but it is added to contact of user and is not readble if empty
One possible solution is to set up your wishlist in a custom CMS collection that you will define the fields for. Then you can have a reference field to link to who added to the wishlist.
Here is some documentation about using the CMS with Wix Headless. We do not have an example that is exactly what you are building, but the way you query and use the CMS via the SDK will be the same Data Quick Start
1 Like
Yup i eneded up using cms itself. It did the job but i think it makes my website unnecessary heavy, it would be great if you guys could add wishlist feature to store itself in future
1 Like
Glad you found a solution even if it is not what you were hoping. Here’s the product roadmap where you can put in feature requests for consideration Product Roadmap