BitBagCommerce / SyliusVueStorefront2Plugin

SyliusVueStorefront2Plugin provides everything you need to integrate your Sylius back-end with Vue Storefront 2.
MIT License
24 stars 16 forks source link

VSF2-181 - Add default wishlist on login #73

Closed senghe closed 1 year ago

senghe commented 1 year ago

When users log in the very first time, they have no wishlist attached to the account. On VSF side it breaks adding product to wishlist byy displaying blank list. The current PR checks whether user has at least one wishlist. If there is none, the default one is created.