views:

460

answers:

7

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 customized wherever needed. I am very familiar with PHP and Mysql, and somewhat familiar with python and ruby, so a PHP solution would be preffered.

+1  A: 

Try Magento

Click Upvote
A: 

Have you checked http://www.oscommerce.com/

It was discussed here also: http://stackoverflow.com/questions/143656/whats-the-best-free-and-opensource-php-ecommerce-solution-and-why

Regards

Friedrich
osCommerce? eeeek
alex
A: 

Yes I have check oscommerce.com, but I was mre looking for other peoples experience. Has anyone had any real problems? Are there any specific problems with the big ones?

Sqeaky
i am a little sceptic on oscommerce: here my post http://stackoverflow.com/questions/445711/ecommerce-tool-for-selling-services/1118415#1118415
Andreas Klinger
+3  A: 

Some of the best PHP carts:

magento - Full featured. Excellent code quality. Hard to learn. Requires lots of server resources.

prestashop - Lighter competitor to magento.

interspire - Not Free, but the source can be modified. Excellent, professional product.

foxycart - Not Free. Hosted checkout that uses your templates. Works well with a CMS like Modx or Expression Engine.

rick
+1  A: 

I have two recommendations for you.

  1. Dont use OSCommerce.
  2. Dont use XTCommerce which is based on OSCommerce

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.

Extra Tipps:

Magento IS SLOW.

Andreas Klinger
A: 

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.

i need help
A: 

I know you want to stick with Linux based but nopCommerce is amazing: http://www.nopcommerce.com/

http://demo.nopcommerce.com/

For free you can't beat this.

Greg McNulty