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

cart: Offer a more versatile default cart behaviour #199

Open
carstendietrich opened this issue Mar 12, 2020 · 0 comments
Open

cart: Offer a more versatile default cart behaviour #199

carstendietrich opened this issue Mar 12, 2020 · 0 comments
Labels
enhancement New feature or request v4

Comments

@carstendietrich
Copy link
Member

The current in memory behaviour stores all data in the memory. To enable people to use flamingo-commerce without a cart backend we should rework this behaviour. We could rename it to DefaultBehaviour and add a changeable Cart Storage. For example we should provide a in memory and a redis option. So that I can run my shop with a Redis based cart.

Idea came up here: #198 (comment)

@carstendietrich carstendietrich added enhancement New feature or request v4 labels Mar 12, 2020
@carstendietrich carstendietrich changed the title cart: Update InMemoryBehaviour to be more generic cart: Offer a more versatile default cart behaviour Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v4
Projects
None yet
Development

No branches or pull requests

1 participant