Reputation: 1936
I am looking for a good eCommerce CMS.
I need to be able to sell services and products, it must be open source that it can be customised wherever needed.
I am very familiar with PHP and Mysql, and somewhat familiar with python and ruby, so a PHP solution would be preferred.
Upvotes: 5
Views: 4318
Reputation: 1547
Some of the best PHP carts:
Magento - Full featured. Excellent code quality. Hard to learn. Requires lots of server resources.
PrestaShop - PrestaShop is currently used by 250,000 shops worldwide and is available in 60 different languages.
OpenCart - OpenCart comes with an inbuilt Affiliate system, where affiliates can promote specific products and get paid for this.
InterSpire - Not Free.
FoxyCart - Not Free. Hosted checkout that uses your templates. Works well with a CMS like Modx or Expression Engine.
LemonStand - Not Free.
Upvotes: 6
Reputation: 1466
I know you want to stick with Linux based but nopCommerce is amazing: http://www.nopcommerce.com/
For free you can't beat this.
Upvotes: 1
Reputation: 2386
oscommerce- basically many features that you want, they have it. Only thing is it is in plugin format, you need to go to their forum to find the plugin to install.
I would recommend below:
interspire shopping cart- one of the most user friendly cart. Not free, but quality is there. I personally love this a lot.
Magento- is the open source software. Very good quality and functionality. BUT BUT BUT, eat up lot of server memory. If you want to go for this, start from semi dedicated server is your choice.
Upvotes: -1
Reputation: 824
I have two recommendations for you.
To be more specific NEVER EVER use oscommerce for ANY project you want to extend at all. If you run the project 100% out-of-box and need some payment extension that nobody features consider it for two seconds but then better DONT. OSCommerce features code from 2001. OSCommerce has only one coding pattern which is FIXHACKCOPYQUICKPASTEHERENOW. Its the negation of everything you think to know from software development and project mangement. If you use OSCommerce and try to extend it your project will need twice as long and you will start hating webdevelopment. And yes i know it sounds like, but i am not kidding. Been there, done that. If anybody tells you to use oscommerce - e.g. for all the existing extentions that are out there - stand up and leave the room.
Magento IS SLOW.
Upvotes: 4
Reputation: 5996
Have you checked http://www.oscommerce.com/
It was discussed here also: https://stackoverflow.com/questions/143656/whats-the-best-free-and-opensource-php-ecommerce-solution-and-why
Regards
Upvotes: 0