views:

988

answers:

2

I am currently evaluating for an eCommerce project. Is there any good Python based webshop software. Are there any personal experiences people can share?

Until now I have only found:

Coming from the PHP world finding only ONE project seams akward to me.

Does anybody have experience with Satchmo?

Are there any good commercial solutions? It's highly important that the webshop software is extendable (and if possible readable/changeable) in every aspect, but it's not required at all to be OSS. Commercial software with support deal is fair enough.

Any good recommendations out there?

+3  A: 

Satchmo is a great project, mature, and used in live ecommerce sites.

The other up-and-coming Django ecommerce app that looks like it will be strong competition for Satchmo is Lightning Fast Shop. I haven't used it, but I've looked over the code a few times and like its style.

Van Gale
A: 

Satchmo is pretty good. I've used an older version, which lacked some of the built-in customisability of the more recent versions, but even so it was pretty easy to customise.

Don't forget that the one big advantage of OSS software is that even if the app itself doesn't expose a way to customise a particular bit of functionality, you've got the code right there so you can dive right in and change it.

Daniel Roseman