Tutorial for Mail Template in PrestaShop
This module has been used during PSConnect Bayonne 2019 in order to show how to use the new MailTemplate feature from PrestaShop 1.7.6
It is inspired from https://github.com/PrestaShop/example_module_mailtheme which is even more advanced.
This module requires PrestaShop 1.7.6 to work correctly.
$ cd {PRESTASHOP_FOLDER}/modules
$ git clone git@github.com:jolelievre/tuto_mailtemplate.git
$ cd tuto_mailtemplate
$ composer install
$ cd {PRESTASHOP_FOLDER}
$ php ./bin/console prestashop:module install tuto_mailtemplate