Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP eCommerce System [closed]

I'm looking for a eCommerce system built using PHP and MySQL.

It needs to:

  • Be modular (to enable/disabled unused stuff)
  • Not include any CMS functionality (so I can supply it myself)
  • Not include any user authentication functionality (so I can supply it myself)
  • Custom payment methods (so I can intergrate with DPS)
  • Ability to only have a limited amount of fixed products (so no category lists etc)
  • Ability to have multiple products/categories/etc
  • Be completely skinable
  • Have session and saved (logged in) shopping carts
  • Functionality for prices, tax rates, multi currency, package and shipping, specials etc
  • Free, or Paid with source supplied, support and documentation

Does anyone know of a eCommerce system that comes close to these requirements?

like image 595
Petah Avatar asked Feb 04 '11 02:02

Petah


1 Answers

Your best bet is probably to search for each of those things as separate elements.

I don't think you'll ever find a solution that is eg. skinable but also has no authentication methods..

It sounds like you should just roll your own or start off with something like http://prestashop.com/ (which I have used somewhat) and make modifications as you see fit.

like image 70
arnorhs Avatar answered Sep 27 '22 22:09

arnorhs