Snippets are parts of templates that are common for different email notifications. Snippets are useful in 2 cases:
In these cases you can create a snippet with the necessary content. Once you save the snippet, you’ll be able to insert all this content by simply inserting a reference to the snippet into an email template.
Note
Changes in a snippet will automatically apply to all email templates that include the snippet.
There are two snippets that exist by default: Header and Footer. They are used in all email notifications. By default, Header passes the variables of the theme to the template. This makes the look of your email notifications match the look of your active theme and style.
Important
This won’t work if you remove the variables of the theme from the Header snippet, or remove the snippet itself from the email template.
The list of snippets for email notifications is available under Administration → Notifications → Code snippets. This is the page where you add, edit, and delete snippets.
To add a new snippet, click the + button in the top right corner of the screen. To edit an existing snippet, click on its name.
A popup window will open. Edit the snippet here:
Once you are done editing the snippet, click Create (or Save, if the snippet already exists).
Important
If you edit an existing snippet, the Restore button will appear next to the Save button. The Restore button returns the snippet to its initial state (as it was when the snippet was created).
All your snippets are exported and imported together with email templates in one XML file.
Important
An imported snippet will overwrite a snippet that exists in your store, if both snippets have the same <code>
.
All snippets with the Active status appear among the available snippets in the email template editor. Just click on the snippet, and it will be added to the place of the template where you left the cursor.
As an alternative, you can insert a snippet manually. For example, to insert a snippet with the code test
, add {{ snippet(“test”) }}
to the template. Once you do that, the content of the snippet should appear in email notification preview.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.