πŸ“¦Developing modules

Guide on how to develop modules for saaster

We assume that by now you know what the scenarios are in saaster. If not, please read this chapter.

If you don’t know what a module is, please read this chapter: Sales: Modules

We have already taken a few things off your hands when developing modules. Please first add a module via the GUI so that all the necessary files are created.

After you have added the module, you will find a new folder in the "modules" folder with the name you have given it. It contains the following files:

  • login_include.cfm

  • navigation.cfm

  • settings.cfm

login_include.cfm

If you want to run some functions or processes after a customer logs in, you can do this in the login_include.cfm file. This file is called at the last position after the login.

The file navigation.cfm is included in the main menu. You can add to it and use it as you wish.

Settings

In this file you develop the mask for all settings of the module that the customer can make. Those settings can be accessed by the customer via the navigation or the module overview.

Last updated