Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 625 Bytes

tuto_mailtemplate

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.

Requirements

This module requires PrestaShop 1.7.6 to work correctly.

Install

$ cd {PRESTASHOP_FOLDER}/modules
$ git clone [email protected]:jolelievre/tuto_mailtemplate.git
$ cd tuto_mailtemplate
$ composer install
$ cd {PRESTASHOP_FOLDER}
$ php ./bin/console prestashop:module install tuto_mailtemplate