Custom Output Templates
You can create your own templates for modules. Never edit default templates because you will lose all changes after updating the plug-in.
First of all, create a folder
wp-content/affegg-templates
To start more quickly, you can use as base one of our default templates.
You can find them in wp-content/plugins/affiliate-egg/templates
All templates for storefronts must start with egg_
, templates for widgets from wegg_
The template code must begin with php-comment that identifies the name of the template, for example:
Make sure that your editor uses the UTF-8 encoding when editing files.
Last updated