How to create a payment method in Isotope

In this article, I will show you how to create a new payment method such as PayPal or PostFinance in the e-commerce for Contao – Isotope. As the example payment to adapt we will take Icepay. Recently I was requested by Vascom to develop this, and since the extension is free and you can find it in repository, I also have written this short tutorial covering major steps of development process. (more…)

More



Improving CD Collection module: backend wildcard & templates system

Today I will present you how to improve our CD Collection module, by adding the templates system similar to one in the News module, and displaying a wildcard in the backend. Furthermore, we will add a selectable list of CD categories in modules’ options, so you can choose which categories should be displayed in the FE. (more…)

More



9 cool Contao built-in functions

Beside methods that are provided by various parts of the system, Contao also offers several additional functions that may improve your developer work. They solve common problems like standardizing a string or scanning a directory for files and folders.

(more…)

More



Create a custom Contao module – part three (last)

In the previous part of the tutorial we have created the Data Container Array for our module. Now when we got our backend section ready, we can create a frontend module that will display our collection on the website. We already have got C, U and D  out of CRUD – now it’s time to develop the Read section. (more…)

More



Create a custom Contao module – part two

In this part of CD Collection module tutorial, I will show you how to create the most important part of our module – the Data Container Array. At a glance, it is a table configuration array, which tells Contao how to render module’s back end form. (more…)

More



Page 2 of 612345...Last »