Search code examples
phpmysqle-commerceshopping-cartenterprise

PHP eCommerce System


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?


Solution

  • OpenCart is a nice platform I've been using recently for a client project, that's PHP based, and very customizable.

    As many have said, it's a bit odd look for a platform that's missing key elements (i.e. user authentication, etc.) +1 for roll your own, or +1 for Opencart.