Second this. I'd also like to see this with the ability to have a extendable abandoned cart model with the ability to collect only an email address on the first step of the checkout.
Has anyone done and abandoned cart email app? I am thinking one could achieve this with a custom OrderForm app that populated Celery tasks and changing the SHOP_CART_EXPIRY_MINUTES to 48 hours. On Wednesday, July 23, 2014 5:21:24 AM UTC-5, [email protected] wrote: > > 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.
