How display particular product/link again when user revisit?

Hi all, I am new here. Let me clear my question, in website like Amazon, if I clicked on product ‘A’ and ‘B’ and then left the site, and next time if I visit then I can see that product ‘A’ and ‘B’ again showing up on the front page. This is for quick link to go to that product or to remind me I have visited that product previously. Please let me know if this possible in Wix. Thanks in advance.

You can use the wix-storage API to save the user’s session information, which can then be retrieved when they return at a later time.

To see how this is done, see the Example: Saved Search .

Thank you. Looking on it.

Hi Yisrael, being a newbie I am little confused how to use in actual code. Will you please help with the steps needs to be followed? (The website is yet to be built.) Thanks in advance.

@vinayakchilka To learn about programming with Velo, read the following articles that will help you start working with Velo:

You can load the Example: Saved Search into your Editor, play with it, learn how it works, and then use it for your own site.