Skip to content

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

Closed
@gdlcf88

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 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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions