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.
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'
}))
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: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