What is a good python-based Webshop Software? [clo

2019-03-10 07:43发布

问题:

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:

  • http://www.satchmoproject.com/

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?

回答1:

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.



回答2:

I also found:

  • Plata (companion to the great FeinCMS)
  • Django-Shopkit
  • Django Shop
  • Satchless
  • Cartridge (coupled with Mezzanine CMS)
  • Oscar

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/



回答3:

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.