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 shopping cart as a
dictionary in session where it is simply

{ product_id:amount },

is this a good way to proceed or do you believe there are some
problems with this approach?

Many Thanks in advance

Nathan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to