Example PrestaShop 1.7 module. Creates a product reference based on the product id.
| src/Install | ||
| views | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE.md | ||
| logo.png | ||
| productid2reference.php | ||
| README.md | ||
Module ProductId2Reference
About
Example PrestaShop 1.7 displaying how to create a simple module, with no further GUI, using hooks.
Requirements
- Composer, see Composer to learn more
How to install:
- Open a terminal in this directory
- Run
composer installto download dependencies into vendor directory - Make sure that the parent folder has the same name as the containing php file
- Zip the entire content of this folder, with its parent folder
- Install the module from PrestaShops Back Office