Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

PrestaShop/example_module_mailtheme

Repository files navigation

example_module_mailtheme

Example module to add a Mail theme to PrestaShop.

Requirements

This module requires PrestaShop 1.7.6 to work correctly.

Install

$ 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_mailtheme

Build assets

Build assets for production

$ npm install
$ npm run build

Build assets for development

$ npm install
$ npm run watch