Skip to main content
Modules are an easy way for Shops Creator to replace certain default features (progress bar, dispatch, logs). To choose an existing module, open the /shopscreator menu, go to settings, and choose it. That’s it.

Available Modules

Creating a Custom Module

Pick the category you want to create a module for. Each tab walks you through the exact steps for that category and gives you a ready-to-edit template.
1

Navigate to the modules folder

Go to the shops_creator/_modules/banking folder.
2

Duplicate an existing module

Copy an existing module (e.g. example) and paste it in the same folder as a template.
3

Rename the copy

Rename the pasted copy to match the integration you want to create.
4

Implement the required functions

Open the renamed file and edit it to match the events of the third-party script you’re integrating:

Related topics

Modules