Add a short description here. You can also add a screenshot if needed.
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is Shopimind. - Activate it in your thelia administration panel
Add it in your main thelia composer.json file
composer require your-vendor/shopimind-module:~1.0
Explain here how to use your module, how to configure it, etc.
If your module use one or more hook, fill this part. Explain which hooks are used.
If your module declare one or more loop, describe them here like this :
[loop name]
Argument | Description |
---|---|
arg1 | describe arg1 with an exemple. |
arg2 | describe arg2 with an exemple. |
Variable | Description |
---|---|
$VAR1 | describe $VAR1 variable |
$VAR2 | describe $VAR2 variable |
Add a complete exemple of your loop
If you have other think to put, feel free to complete your readme as you want.