Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ecommerce tool for selling services

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.

like image 903
Sqeaky Avatar asked Jan 15 '09 05:01

Sqeaky


2 Answers

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.

like image 114
rick Avatar answered Sep 23 '22 15:09

rick


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.

  • http://www.prestashop.com/ - In the OSS world Prestashop has some popularity.
  • http://www.interspire.com/shoppingcart/ has some reputation but is not OSS.
like image 24
Andreas Klinger Avatar answered Sep 22 '22 15:09

Andreas Klinger