An email template used for sending shared shopping carts.

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.

You can print the form for sharing a shopping cart with the {CartShareForm} tag.

Sivupohjan ominaisuudet

Sivupohjan sijainti
/themes/email/THEME/cart.html
Sivupohjan URL
The email template doesn't have a separate address
Asetettu näkyvyys
lähetetty ostoskori

Toteutus oletusteemassa

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

{{> header }}

<wrapper class="Primary">
	<spacer size="10"></spacer>
	<container class="Block">
		<h1>{%CartEmailHtmlHeader}</h1>
		<p>
			{{> greeting }}
			{%CartEmailHtmlMessage}
		</p>
		{CartShareMessage(
			before: '<spacer size="20"></spacer>
				<h3>{%CartEmailHtmlMessageLeft}</h3>
				<p>',
			after: '</p>'
		)}
	</container>
	<spacer size="20"></spacer>
</wrapper>

{{> toolbox }}
{{> cart-contents }}
{{> promote-newproducts }}
{{> contact }}
{{> footer }}