Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for an easy-to-skin and customizable e-commerce package.

I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and found it to be pretty painful to modify, but I hear Zen Cart is bette. But the latest release of Zen Cart is nearly a year old, so not sure how up to date it is at this point.

I tried hosted e-commerce with Shopify, and while very easy to use and template, its customization options are a bit limited (the templating language doesn't even support basic logic operations, which makes it pretty inflexible).

I'm almost ready to try writing my own in Ruby on Rails using ActiveMerchant, but while that will give me ultimate in customization, it's going to take much longer when I have to reinvent the wheel.

I'd be happy with a PHP, Ruby or Python based system, I know enough of those languages to be able to customize the system if I need to as long as it's well-organized and documented code.

What can be recommended and what should I stay away from?

share|improve this question
8  
Did you ever make a decision? – Toby Hede Oct 9 '08 at 2:16
1  
Zen Cart sucks. I tried it once only b/c it was a one-click-install at Dreamhost. The code is horrible and the performance even worse. – sym3tri Jul 2 '11 at 17:04
1  
The code for ZenCArt is possibly the worst I have ever seen. There is literally no logic and it's as if the team used COMEFROM in their autoload scripts. Horrible. – tonyhb Nov 19 '11 at 13:00
1  
Mezzanine and Cartridge on Django. – Skylar Saveland Feb 3 '12 at 23:08

closed as not constructive by Jeremy Banks, casperOne Nov 30 '11 at 13:47

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

17 Answers

up vote 26 down vote accepted

osCommerce is absolute garbage and should not be used under any circumstances. Its weak modularity and lack of code/markup separation means most modifications - or even just changes to the bland default appearance - involve manually editing code files. That makes it way too easy to introduce a pesky error or nice big security hole into your store when all you really want to do is change the shopping cart icon or something. I can't help but cringe whenever my boss wants me to work with it at work. Hell, I personally refuse to shop at any online store using osCommerce because there's just no way I would trust such a garbage system with handling my credit card info.

I haven't used ZenCart personally, but since it's based on osCommerce, I can't imagine it's much better - you can only polish a turd so much.

I played with Magento a bit, but unlike Brett, I found the backflips they were asking us to do to modify the templates to be bizarre. I don't know; maybe things have gotten easier since then. I've heard good things about it, and it seems to be under very active development, so it might be a good choice.

But, being a Drupal developer, I personally prefer that coupled with the Übercart modules. You get a decent web store coupled with all the smarts of Drupal. The Drupal 6 version of Übercart isn't up to snuff yet, so you'll have to use Drupal 5 (or wait a few months), but if you're serious about building both a great site and a great store, Übercart and Drupal are your best choice, in my opinion.

Update since this seems to be a popular answer: In the time since I originally wrote this post, the Drupal 6 version of Ubercart (they dropped the heavy metal umlaut) has matured and become a fine choice. However, along with the release of Drupal 7 has come another solution called Drupal Commerce, headed by the original Ubercart project lead. It's rewritten from the ground up with developers with far more e-commerce experience, so it was able to avoid some of the problems which arose from Ubercart's more organic development. On the other hand, it, along with Drupal 7, can be rather complex and daunting for newbies to work with, both in terms of configuration and back-end stuff and writing code to integrate with it. I still highly recommend it, though.

share|improve this answer
Hmm, you're the second person to mention Drupal, though the other one was using a different ecommerce module. I will look into it though; thanks. – Aeon Sep 17 '08 at 0:50
1  
I did one shop with osCommerce since I asked this question, and I have to concur - it's got a horrible coding structure and absolutely no modularity. Thousands of add-ons, each one requiring manual editing of core files is a horrible way to work. – Aeon May 14 '09 at 17:55

I've been looking at Satchmo which is built on Django. Not actively using it yet, but so far, it's looking pretty good.

share|improve this answer
2  
I will second Django as a great commerce solution. I've deployed several Satchmo ecommerce sites, and the learning curve is steep. I am currently developing a Mezzanine/Cartridge Django site, and must say that the code quality is excellent. – ken Jun 24 '11 at 16:05
3  
I should update that "steep" might be a bit unfair. The documentation is generally superior, and Django's code quality is top-notch. That said, I've deployed three Cartridge sites since I wrote my comment above and the documentation and performance are excellent. – ken Aug 18 '11 at 16:02

If you like Ruby on Rails, Shopify and Acitve Merchant then you're probably going to love Spree. It uses ActiveMerchant and a bunch of best practices all rolled into a single framework. Its also highly customizable through the use of extensions. Finally, there's a very active community with contributions coming in daily.

share|improve this answer
Please update the link to Spree. – Cristian Ciupitu Jan 6 '11 at 1:22
Correct link is spreecommerce.com – Barnabas Kendall Jan 12 '11 at 18:11

You must try LemonStand. It's PHP based with all the features and easy theming.

http://lemonstandapp.com/

share|improve this answer
Old question, but I'd like to add my vote for LemonStand. I've been playing around with it off and on, adn really like it. It's easier to theme than Magento, which was my original setup. – Keefer Nov 11 '11 at 20:11

Spree is an up and coming Ruby on Rails e-commerce solution.

share|improve this answer

I've looked at the Ruby on Rails-based Substruct in some detail, this is my choice for new ecommerce applications. Best part is the Rails framework forces a good architecture, and Substruct is nice and clean internally.

I've previously worked with osCommerce and ZenCart, which can be pretty nasty to customise and I have heard terrible things about Magento.

share|improve this answer
I will take a look, thanks! – Aeon Sep 17 '08 at 16:36
Substruct looks good – jpartogi Aug 23 '09 at 14:22

I have setup shops with osCommerce, ZenCart, Magento, and Yahoo Merchant.

osCommerce is a nice package, but when I used it about 4 years ago, I had to do a lot of work to re-theme it.

ZenCart is essentially osCommerce but easier to theme with their template system. The codebase seems pretty antiquated (include files are in the web directory by default).

Magento is reasonably easy to theme, is under active development, but is dogged slow. I have a new version of a clients site developed with Magento, but I am waiting to launch it until they release a version that is considerably faster. I have only used DreamHost with Magento and my own dev server. Both are slow. I may look into SimpleHelix.

Yahoo Merchant is horrible. I tried to use it for about two weeks and gave up.

share|improve this answer

Satchmo - www.satchmoproject.com is another alternative based on Django.

share|improve this answer

We use Magento hosted on SimpleHelix and performance is great, as long as you don't use the default theme which is horrible and slow.

share|improve this answer
Bad link to simple helix, use: simplehelix.com – SeanDowney Jul 31 '09 at 23:42

I've used GetPaid, an open source module for Plone. Advantage is that it is very flexible to be adopted to custom business processes and also that it integrates with Plone (plone.org), which has great features in content management and interactive sites. It isn't as feature rich as some other systems, but has been able to do everything we have needed (other than digital file sales, which is coming soon). You can see sites done with it at Sites Using GetPaid.

share|improve this answer

Go for Perfect Sale. It's a Python E-commerce + GED + Wiki + Blog website maker.

Great open source Python job made under Ikaaro.

The website is : http://www.perfect-sale.com/

share|improve this answer
The whole site is in French. – Cristian Ciupitu Jan 6 '11 at 0:27

I am now launching a new eshop, and I had the same question. I've ended up using PrestaShop, which I found easy to customize (which I can't say about Magento, their templating system just didn't feel right and I failed to apply custom skin to it), and which also has some nifty features like AJAX cart. It's built in PHP.

I'm not really sure about performance, but so far with 3000 products loaded into it it's really fast.

share|improve this answer

I helped a friend setup ZenCart. It's open source (PHP & MySQL), it has all the basics of ecommerce included by default, and it has a fairly active community creating add-ons for it. I found it was very easy to modify for my friend's needs, and the code wasn't a total nightmare.

As for your concerns about how active it is, the developers have been communicating about the roadmap for version 1.4, so I don't think you have to worry about it being a dead project.

share|improve this answer

I'm using Magento on NEXCESS, and performance is good.

share|improve this answer

You want to check out PayPro Global if you wish to sell software online or other digital goods.

Not only that you will have full control on the design, you will actually have a web designer assisting your with anything.

The features from the marketing point of view are endless and with the right tools it wont be long before you will feel how powerful the tools are (some patent pending)

share|improve this answer

Take a look at http://www.ror-e.com/ its gaining some traction. https://github.com/drhenner/ror_ecommerce

Its by far the cleanest solution and well tested.

You might also want to check out the getting started video. http://www.ror-e.com/info/videos/7

share|improve this answer

I second the recommendation of Ubercart -- excellent and flexible system; I was even able to build an online course registration system using it, as well as a system for selling tickets to plays.

Tienda, for Joomla, is quite promising as well...has a nice feature set already, and is under active development.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.