Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

I also found:

I didn’t try any, was just looking for the right starting point myself (Oscar seems to be the only one that supports split payments, so I guess I'll use that). See also http://www.readncode.com/blog/the-state-of-ecommerce-in-django/

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top