Before you start on it, have a good look through the Cart code & see exactly what's going on & when. That will help you immensely.
On Tue, Jun 30, 2009 at 9:26 AM, wgw <[email protected]> wrote: > > Thanks for pointing me in the right direction. I suppose I will have > to make a separate persistent cart, because there is no policy (AFAIK) > about when carts are garbage collected. > > On Jun 30, 6:06 am, Bob Waycott <[email protected]> wrote: > > Every Cart object has a Cart.customer field, which is a pointer to a > Contact > > object. You could write your own method for creating a new cart from the > > previous Cart > > object upon login given the Contact object that is created for that > > session once the user is logged in (every User object is tied to a > > Contact object). > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
