flamingo-commerce
flamingo-commerce copied to clipboard
cart: Offer a more versatile default cart behaviour
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: https://github.com/i-love-flamingo/flamingo-commerce/pull/198#issuecomment-598077765