An email message used to send a number of order messages if there are no custom templates for such messages.

Kuvaus

Note: the MyCashflow theme system has undergone a major renewal of email templates.

As a result, the theme's email templates are now treated separately as an email theme, and a separate theme folder is created for them in the file directory.

Find out more about the renewal and see also the email theme instructions.

This template replaces the template for any email notification.

In the template, the text content is printed by using the {OrderEmailMessage} tag.

Sivupohjan ominaisuudet

Sivupohjan sijainti
/themes/email/THEME/order.html
Sivupohjan URL
Email notifications do not have a URL address
Asetettu näkyvyys
tilaus

Hyödyllisiä tageja

Toteutus oletusteemassa

---
subject: '{OrderEmailTitle}'
---

{{> header }}

<wrapper class="Primary">
	<spacer size="10"></spacer>
	<container class="Block">
		<h1>{{ subject }}</h1>
		<p>
			{{> greeting }}
			{OrderEmailMessage}
		</p>
	</container>
	<spacer size="20"></spacer>
</wrapper>

{{> toolbox }}
{{> order-contents }}
{{> order-details }}
{{> contact }}
{{> order-legal }}
{{> footer }}