Hi,

I had posted this request on GitHub but Stephen suggested that I post this 
in the mailing list. So here it goes:

As things stand currently in Cartridge, the cart is stored in the session. 
There is no functionality for associating a cart with a user. When the 
session ends the cart is lost. Ideally we would like to have the following 
functionality (this is already offered by platforms like Django-Oscar):
1) For anonymous users cart is stored in the session or cookies
2) When a user is logged in, the cart is stored in the database. So when a 
user logs in using different devices he would be able to see the items he 
had added to the cart previously
3) When an anonymous user logs in, the cart stored in the session is merged 
with the cart stored in the database.

Are there any plans to incorporate this functionality? This is a very 
important functionality for e-commerce websites.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to