| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Example module to add a Mail theme to PrestaShop.
This module requires PrestaShop 1.7.6 to work correctly.
$ cd {PRESTASHOP_FOLDER}/modules
$ git clone git@github.com:PrestaShop/example_module_mailtheme.git
$ cd example_module_mailtheme
$ composer install
$ cd {PRESTASHOP_FOLDER}
$ php ./bin/console prestashop:module install example_module_mailthemeBuild assets for production
$ npm install
$ npm run buildBuild assets for development
$ npm install
$ npm run watch| Back | FazBrowse Home | New Git URL |