A template used for formatting a reminder sent to visitors who have abandoned their shopping carts.

Description

The template is in use only if the Cart Recovery extension has been enabled in the online store.

Template properties

Template location
/themes/email/THEME/cart-recovery.html
Template URL
The email template doesn't have a separate address
Scope
cart-recovery

Default theme implementation

---
subject: '{%CartRecoveryEmailSubject}'
---

{{> header }}

<wrapper class="Primary">
	<spacer size="10"></spacer>
	<container class="Block">
		<h1>{%CartRecoveryEmailHeader}</h1>
		{CartRecoveryMessage(
			before: '<p>',
			after: '</p>',
			or: '<p>{%CartRecoveryEmailHtmlMessage}</p>'
		)}
		{CartRecoveryCampaignCode(
			before: '{%CartRecoveryEmailDiscountInfo} <strong>',
			after: '</strong>'
		)}
	</container>
	<spacer size="20"></spacer>
</wrapper>

{{> toolbox }}
{{> cart-contents-minimal }}
{{> contact }}
{{> unsubscribe }}
{{> footer }}