3
Reply

Wishlist in ecommerce website?

Nigel Fernandes

Nigel Fernandes

Jun 15 2017 4:10 AM
319

I'm creating a wishlist for an ecommerce website. I couldn't find a good article on this.

I need to create a wishlist that works for both a logged in user or guest user ( not logged in). So I did some analysis and have decided to use browser local storage for saving wish list items and sync them with the database when user logs in.

The technology in the current website is C# ASP.Net MVC and Jquery at client side.

My query is:

  • Is there any alternative way to achieve this ?
  • Is there any drawbacks in this approach ?

Answers (3)