1

Is there a good Open Source shopping cart implementation for TurboGears? (I found Satchmo for Django, but I'm coming up empty handed for TurboGears.) I'd like to avoid reimplementing this particular set of wheels.

retracile
  • 12,167
  • 4
  • 35
  • 42

2 Answers2

3

No, I do not believe there is.

amcgregor
  • 1,228
  • 12
  • 29
3

You might want to take a look at stroller it's a library to add ecommerce features inside turbogears2 apps. It supports both manual payments handling, dispatching and paypal payments. It is meant to be used without forcing users registration.

It is still in playground status and is missing documentation, but should be quite easy to mount it inside your app and start playing with it.

amol
  • 1,771
  • 1
  • 11
  • 15