vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.64k stars 2.08k forks source link

Add to favorites feature #321

Closed pkarw closed 6 years ago

pkarw commented 6 years ago

Right now we can store the favorites in localForage I belive there should be new vuex store (wishlist?) created within /store and localForage collection added:

  wishlistCollection: new UniversalStorage(localForage.createInstance({
    name: 'shop',
    storeName: 'wishlist'
  }))

Although there is no design for wishlist provided for now it can be raw Category alike page with Sidebar accordingly to User Account page https://github.com/DivanteLtd/vue-storefront/issues/316

pkarw commented 6 years ago

Regarding layout - please as for now base on Microcart layout - right pane sidebar