vote up 9 vote down star
7

I'd like to avoid coding one from scratch, so I'd like to see what the open-source community can offer :-)

Required features:

  • Easy way to insert items with photo and description
  • Templates easy-to-create
  • Multi language (at least Italian and English)
  • Shopping cart
  • User managment
  • PayPal support (not required but really appreciated :D)

I'm going on PHP and MySQL because of the hosting service I can't change, so please don't talk to me about alternatives :P

I'd like to know what's the one you like the most and why should it be better than the others


UPDATE: I need also multi language, Italian and English are a must.

flag

64% accept rate

7 Answers

vote up 10 vote down check

I have searched something similar some years ago. I chose Zen Cart, a derivative of the well known osCommerce, over the later, because it has more "batteries included", and was a bit more consistent. It can still be a decent choice, even more with the (yet to come for quite some time) next version. We are quite happy with this choice.

Now, we need to control quantity per attributes (color, size), something Zen Cart doesn't allow yet, which is annoying (we have to create an item per size). So I am looking at Magento which is built from scratch on solid bases, modern OO design, based on the reputed Zend framework. It looks very promising, extremely flexible (supporting several shops)... at the cost, apparently, of some overhead, I saw several complaints that it is slow (at least on shared hosts): having a dedicated fast server seems to be a good idea. Now, it seems they work hard on this issue, so a bit of testing on real world might be a good idea (plus it depends on the expected number of visits per day!).

PrestaShop seems to be interesting too, more lightweight. Perhaps a bit more limited. Also evolving quickly, might be worth keeping an eye on it.

Of course, there are several other shops, you might find a listing on HotScripts, for example. From CMS supporting e-commerces to e-commerce modules for blogs! Depends on the needs...

link|flag
Don't forget "The osCommerce Project" oscommerceproject.org (another fork of the osCommerce) – 1.01pm Jan 16 at 2:26
vote up 7 vote down

Magento sucks hard. Overly complex, has a bunch of bugs that they refuse to fix in favor of adding new 'features' that also don't work.

link|flag
I semi agree with this. Would give +0.5 if possible :P – alex Aug 24 at 5:35
I agree Magento is too heavy and overly complex. – Codex73 Nov 22 at 21:08
vote up 5 vote down

I would try to stay away from osCommerce. It is the biggest and probably the most popular, buth even so... I'd give Magento a try.

link|flag
vote up 3 vote down

I'm currently working with Opencart. I chose it a few months ago after hearing that the coding for Magento was unnecessarily complex.

Advantages

Opencart uses a standard MVC architecture and has been fairly easy to modify for my own needs. The current version is 0.7.8, and version 0.8 is promised any day. It needs PHP5. Support for multi-languages is available. It comes with english and german. Just copy and edit the files in \catalog\language\english.

Disadvantages

There is NO documentation available, other than the community on the forums.

link|flag
vote up 5 vote down

Prestashop is an alternative to the other big ecommerce applications.

It is made by french people, but it supports English, German, Spanish, Italian, French and Dutch.

link|flag
vote up 4 vote down

Zencart, Magento and osCommerce are the most well known. I had some experience with osCommerce in the past and didn't really like it (it's possible they've improved since). I heard good things about Magento.

You should download the source of each and have a look.

link|flag
1  
Unfortunately, osCommerce hasn't improved. – alex Aug 24 at 5:36
vote up 2 vote down

Tradingeye http://www.tradingeye.com/ is widely thought to be one of the best.

  • Great standards support
  • Very easy to customize
  • Tons of support/options
link|flag
1  
It has to be free. – Andrea Ambu Sep 27 '08 at 22:06

Your Answer

Get an OpenID
or

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