Free, Lightweight PHP e-Commerce solution [closed]

2019-02-10 09:14发布

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

9条回答
趁早两清
2楼-- · 2019-02-10 09:37

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

查看更多
做自己的国王
3楼-- · 2019-02-10 09:40

While searching for answer for similar question I found this tread not long after I found one quite fresh solution - LiteCart (http://www.litecart.net/overview) - seems like they solved a lot of problems that are related to other mentioned ecommerce suites.

The only con for me was it's lacking wide range of themes, but if you are familiar with HTML then you can make your own.

Hope that this information helps ;)

查看更多
Evening l夕情丶
4楼-- · 2019-02-10 09:43

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.

查看更多
登录 后发表回答