On Wed, Aug 15, 2007 at 10:03:50AM +0200, xlyz wrote: > is there a shopping cart based on pylons?
Depends very much on your application. How goods, users and carts are maintained in your database. Shouldn't be hard to implement though. Use the cookie-based sessions that Pylons provides and use a cart table. Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
