Baskets plugin: server-side storing VS client-side storing #135
Closed
Description
We are creating an MVC public pages project for the Baskets module. #134
Basket data will persist on the server-side when:
- Value of the setting
EasyAbp.EShop.Plugins.Baskets.EnableServerSideBaskets
istrue
. - User is logged in and has permission
EasyAbp.EShop.Plugins.Baskets.BasketItem
.
Otherwise, the basket data persist on the client-side.
If an anonym adds items into client-side baskets and then logs in, the client-side basket items will try to move to the server-side.