What are the best open source ecommerce solutions?

basic functionality is fine but should be upgradeable and customizable in terms of looks.

+2


a source to share


4 answers


Well,

Magento is customizable, but not ideal for small e-commerce websites as it has quite large hardware requirements to run.



Prestashop has some messy code and follows strict layout related rules, which makes it quite difficult to change.

I've studied OpenCart and despite its "youth" (sorry if that's not a word) it follows the MVC pattern for both frontend and backend along with OOP, making it easy to change. Also, its basic default interface is more user-friendly than the other 2 I mentioned. However, don't put your hands on fire, because I never tried to build anything on this, just checked his coding techniques.

+3


a source


There is PrestaShop . According to their FAQ, it is licensed under OSLv3.0 .



0


a source


DotNetNuke is a skin and has many modules including shopping carts, product catalogs, etc.

0


a source


I think Qt .

-1


a source







All Articles