After July 2021, the 2.3.x release line will no longer receive quality updates, or user guide updates. PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x to help maintain PCI compliance.

Footer Template

The information on this page is intended for Adobe Commerce 2.3 customers who are on an extended support contract. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.

The email template footer contains the closing and signature line of the email message. You can change the closing to fit your style, and add additional information, such as the company name and address below your name.

Email templates Email Templates

Step 1. Load the Default Template

  1. On the Admin sidebar, go to Marketing > Communications > Email Templates.

  2. Click Add New Template.

  3. In the Load default template section, click the Template selector and choose Magento_Email > Footer.

    Email template footer - load default template Default Footer Template

  4. Click Load Template.

    The HTML code and variables from the template appear in the form.

Step 2. Customize and Preview the Template

  1. Enter the Template Name for your custom footer.

  2. Enter a Template Subject to help organize the templates.

    In the grid, the templates can be sorted and filtered by the Subject column.

    Email template footer - information Footer Template Information

  3. In the Template Content box, modify the HTML as needed.

    When working in the template code, be careful not to overwrite anything that is enclosed in double braces.

  4. To insert a variable, position the cursor in the code where you want to place the variable and click Insert Variable.

  5. Choose the variable that you want to insert.

    When a variable is selected, a markup tag for the variable is inserted in the code.

    Email template footer - insert variable Insert Variable

    Although the Store Contact variables are the ones most often included in the footer, you can enter the code for any system or custom variable directly into the template.

  6. If you need to make any CSS declarations, enter the styles in the Template Styles box.

Step 3. Update the Configuration

  1. On the Admin sidebar, go to Content > Design > Configuration.

  2. In the grid, find the store view that you want to configure and click Edit in the Action column.

  3. Scroll down and expand Expansion selector the Transactional Emails section.

  4. Choose the Footer Template that is used as the default for email notifications.

  5. When complete, click Save Config.

Transactional email design configuration - footer template Transactional Emails

Field Descriptions

Load default template

Template Lists the selection of available templates and identifies the template to be customized.

Template Information

Template Name The name of your custom template.
Insert Variable Inserts a Store Contact Information variable into the template at the cursor location.
Template Subject The Template Subject appears in the Subject column and can be used to sort and filter the templates in the list.
Template Content The content of the template in HTML.
Template Styles Any CSS style declarations that are needed to format the template footer can be entered in the Template Styles box.