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

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.