retracile
retracile

Reputation: 12339

TurboGears for ecommerce

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.

Upvotes: 1

Views: 520

Answers (2)

amol
amol

Reputation: 1791

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.

Upvotes: 3

amcgregor
amcgregor

Reputation: 1244

No, I do not believe there is.

Upvotes: 3

Related Questions