Change Email Templates

Several emails will be sent to customers automatically, when store events are occured. (e.g. Sign up for customer, order success, or cancallation of an order.) You can change the contents of email like message, and logo. These email templates are stored in commerce engine, and it is written in EJS (Embedded JavaScript templates). So you need to learn basics of EJS to change email template. But don't worry. It is not that difficult.

(Link : EJS official site https://ejs.co/)

Last updated