Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baskets plugin: server-side storing VS client-side storing #135

Closed
gdlcf88 opened this issue Apr 1, 2022 · 0 comments
Closed

Baskets plugin: server-side storing VS client-side storing #135

gdlcf88 opened this issue Apr 1, 2022 · 0 comments

Comments

@gdlcf88
Copy link
Member

gdlcf88 commented Apr 1, 2022

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 is true.
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant