Customize Email Templates

This documentation shows how to customize the Portal email templates.

The Portal includes customizable email templates for account confirmation and password reset, which can be updated to match your site’s design.

Setup

To allow customization you must first 'override' the existing template files for the step required to be modified.

To do this follow these steps:

  1. Copy the equivalent templates.

  2. Add them to Views/UmbracoCommercePortal in your project directory. It might be necessary to create the folder first.

  3. Make a small text change to one of the Views to verify that the files are in use.

  4. Verify that the changes are carried out and displayed correctly.

You are now ready to start customizing the Portal email templates to fit the design of your website.

If you want to use your own email template views, ensure that they are using the EmailModel. Next, go to the Templates | EmailTemplates settings in your store. For each Umbraco Commerce Portal template, update the path to point to your custom view.

Overview of the store's email templates settings
Overview of the properties of an email template

Here are a few useful links to learn more about the Umbraco Commerce Portal package:

Last updated

Was this helpful?