up vote 3 down vote favorite
2
share [g+] share [fb]

I'm searching for a lightweight e-Commerce web-application implemented in PHP5 and using MySQL as storage db.

main requirements are:

  • as small as possible
  • Free or Open Source
  • supporting multi-language (best if utf-8 was primarily supported)
  • easy to use (don't need core to be bloated with functionality I won't use)
  • basic system for setting up prices, multi-language strings and images
  • small overhead on server
  • fast to deploy

Please don't recommend Magento as I found it a little bloated for the functionality I'm looking for.

looking forward for your tips / recommendation

link|improve this question

2  
+1 for not liking magento – Mez Oct 20 '09 at 10:43
feedback

6 Answers

up vote 3 down vote accepted

On OpenSourceCMS you can try out 10 free php e-Commerce-applications.

link|improve this answer
feedback

Try http://www.opencart.com/

link|improve this answer
opencart looks pretty solid and fast, do you have any experience with setting up more languages? (specifically i need to have product descriptions with 2 languages) – Juraj Blahunka Oct 20 '09 at 10:55
Adding additional languages is easy. Product descriptions are free. (The code is a mess though.) – christian studer May 18 '10 at 18:57
feedback

OSCommerce is another very popular one, but i agree with the first answer also.

link|improve this answer
feedback

Some recommendations can be found for the question What’s the best free and opensource PHP ecommerce solution? (and why?).

In my opinion if you're looking for lightweight (which is hard to define for e-comemrce), Zen Cart, OSCommerce or OpenCart would be a good bet.

link|improve this answer
feedback

As near as I can tell Magento, OScommerce, ZenCart, and OpenCart, are all too bloated, or require features that free hosting providers wont support. I found one host that would support Zencart, but php's mail() function was disabled- so you'd never get notified of a transaction. One of these scripts (I'm sorry I forgot which) requires a graphics library that isn't (and wouldn't) be installed on any host I could find. Another host wouldn't install cURL rendering all of these options unusable. I found another host that fully supported all of Magento's requirements, except they had a limit of 10,000 files per account, and Magento exceeded that before it even got done being unzipped.

so basically, there are two choices:
1) Pay for decent hosting, so you can use one of these scripts.
2) Roll your own based on your hosts rules. Dont expect it to be portable.

link|improve this answer
feedback

I love Magento. I blows the pants off OSCommerce in my opinion.

link|improve this answer
magentocommerce.com – Minow Nov 3 '09 at 15:35
1  
well, I specifically asked not to include Magento in answers and I gave reasons why – Juraj Blahunka Nov 3 '09 at 21:43
Woops! Didnt raed that part ;) – Minow Nov 4 '09 at 0:11
magento blows =/ – nodebunny Apr 24 '10 at 18:46
feedback

Your Answer

 
or
required, but never shown

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