Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(plus) This section is divided into 2 parts: Emails Line Chart and Emails Opening Rates and Clicking Rates which are really helpful for catching the behavior of customers by statistics.

 

Sample Email Template


Abandoned carts reminder


Code Block
languagexml
titleSample email template of abandoned cart reminder
linenumberstrue
Dear {{var customerName}}
<br>
We notice you have abandoned cart 
 <br>
{{var cart}}
 
<br>
 
Please click <a href="{{var resumeLink}}" > Resume Cart </a> to complete the order.
 
<br>
We gift you a coupon with code {{var coupon.code}}
<br>
 

Event email template

 

Code Block
languagexml
titleHappy birthday email template of follow up email
linenumberstrue
Dear {{var customerName}}


Happy birthday .
We gift a coupon $50 {{var coupon.code}}
 
Thank  you

...