In this entry, the basics of writing modules for OXID eShop are explained.

The database scheme of OXID eShop Community Edition can be found here.

In this Tutorial, a small module is created which changes the way categories are viewed.

In Example module: extending category view we created simple module myArticleList for oxArticleList class. Now whenever the system will be asked to create a oxarticlelist object, it will create myarticlelist instead.

There are two ways to create additional pages - a simple one and a powerful.

You can view the OXID eShop Community Edition sourcecode-documentation here. Please choose the version you want to view: