Re: Shopping cart application for django

2007-05-16 Thread Chris Moffitt
The current url for the satchmo project is http://www.satchmoproject.com We have basic integration with paypal and are working on more as we speak. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Shopping cart application for django

2007-05-16 Thread Jeremy Dunck
On 5/16/07, Nathan Harmston <[EMAIL PROTECTED]> wrote: ... > So far I am thinking of storing the whole shopping cart as a > dictionary in session where it is simply > > { product_id:amount }, Assuming low site concurrrency, no. I don't know why you'd want to take that approach as opposed to

Re: Shopping cart application for django

2007-05-16 Thread yml
Hello, It seems that you are looking for this: http://satchmo.python-hosting.com/ There is also a google group for that project. I hope that will help you. Regards, On May 16, 1:16 pm, "Nathan Harmston" <[EMAIL PROTECTED]> wrote: > Hi, > > I m currently building an e-commerce site and I was

Shopping cart application for django

2007-05-16 Thread Nathan Harmston
Hi, I m currently building an e-commerce site and I was wondering if there are any shopping cart apps out there for django that I can have a look at and work through. I am trying to build one that can integrate with paypal but any ideas would be cool. So far I am thinking of storing the whole