The configuration file (theme.xml) defines email theme settings.
The configuration file is located in the root directory of the email theme. E.g. themes/email/THEME/theme.xml.
Currently, the only supported option is setting an alternative email theme that is used, if a template is missing from the store's own email theme.
Below you will find a functional example of the email theme configuration file.
<?xml version="1.0"?>
<Theme>
<Settings>
<FallbackTheme code="system/mycashflow-2012"/>
</Settings>
</Theme>
There are currently 2 internal themes in the system, so the possible values for the FallbackTheme setting are:
- system/mycashflow-2018 (recommendation)
MyCashflow's new default email theme is responsive and has been thoroughly tested on various devices and email clients.
- system/mycashflow-2012 (default value)