| Step Description | Expected result |
|---|---|
| In a terminal, Go to modules section | terminal is displayed with [yourpath/yourshop]/modules |
| Install example-modules with the command : {code:java} git clone https://github.com/PrestaShop/example-modules.git{code} |
example -modules folder is displayed with other modules on the folder [yourshop]/modules |
| go to example-modules folder | 27 folder is displayed with 3 files |
| Copy the folder demoextrafield and paste it on modules folder | demoextrafield folder is displayed on modules folder |
| on the terminal, return on [yourshop] and launch the command {code:java} php ./bin/console prestashop:module install demoextrafield{code} |
Terminal display : Install action on module demoextrafield succeeded. |
| Go to BO > Advanced Parameters > Extra Properties | Tab is displayed with 14 properties in it |