Ask HN: Online Shopping Carts? Is Satchmo any good?
I am looking at setting up a shopping cart solution for my day job and I came across Satchmo ( http://www.satchmoproject.com )
Has anyone here used this with any success? Built from Django it looks like a pretty robust, well engineered, and modifiable system. Though, I would like to hear from some of the people in the field that have used it on a production server.
I used Magento in the past and found it to be a pain to modify the templates and it broke things into so many files that the sites built with it are pretty slow out of the box.
2 comments
[ 3.1 ms ] story [ 17.4 ms ] threadThe thing that really helps satchmo is the django base and the huge number of reusable apps available.
In magento if you need forum or cms you need to add bridges to other packages all with their own auth and coding style. With satchmo you can plug in one of the django forum apps apps let it share user registration with the rest of the site.
The way that django has embraced reusable apps is the killer feature of the framework for me.