An email template used for sending shared shopping carts.

Description

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.

Template properties

Template location
/themes/email/THEME/cart.html
Template URL
The email template doesn't have a separate address
Scope
lähetetty ostoskori

Default theme implementation

---
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 }}