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:
Copy the equivalent templates.
Add them to
Views/UmbracoCommercePortal
in your project directory. It might be necessary to create the folder first.Make a small text change to one of the Views to verify that the files are in use.
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.


Useful links
Here are a few useful links to learn more about the Umbraco Commerce Portal package:
Last updated
Was this helpful?