Abandoned cart is a quite effective triggered campaign. In this case, the the external event is that the customer placed items in the cart but did not complete the purchase within a set certain time.
For further descriptive details, please visit Abandoned cart as an acquisition and conversion Tactic.
{% foreach item in event.predict_cart %}
<tr>
<e-optional name="02 - Image">
<td width="138" class="vam"><img e-editable="imageA_1" src="{{item.image}}" width="138" border="0" style="display:block;"></td>
<td width="20"><br></td>
</e-optional>
<td align="left" class="vam fl">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<th class="fl vam">
<table cellpadding="0" cellspacing="0" width="100%">
<e-optional name="03 - Title">
<tr>
<td align="{variables.tah}" class="{variables.lhh} la1b"><font e-editable="textB_1" class="ff fs20 fc1 fwb {variables.mfsh}">{{ item.title }}</font></td>
</tr>
<tr>
<td height="{variables.sephII}" class="{variables.msephII}"></td>
</tr>
</e-optional>
<e-optional name="04 - Description">
<tr>
<td align="{variables.tab}" class="{variables.lhb} la1a"><font e-editable="textC_1" class="ff fs14 fc1 fwn {variables.mfsb}">{{ item.description }}</font></td>
</tr>
</e-optional>
<e-optional name="05 - Price">
<tr>
<td height="{variables.sephII}" class="{variables.msephII}"></td>
</tr>
<tr>
<td align="{variables.tab}" class="{variables.lhb} la1a"><font e-editable="priceA_1" class="ff fs14 fc1 fwn {variables.mfsb}">{{ item.price }}</font></td>
</tr>
</e-optional>
</table>
</th>
<e-optional name="06 - CTA">
<th width="10" class="fl rh10"></th>
<th width="{variables.ctawidth}" align="right" class="fl vam">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="1" class="rhflexbcta"></td>
</tr>
<tr>
<td align="{variables.ctaa}">
<table cellpadding="0" cellspacing="0" bgcolor="{variables.ctabg}" class="tcta1a" width="100%">
<tr>
<td height="{variables.ctah}" align="center" class="lhp1 vam"><a href="" e-editable="urlA_1" target="_blank" style="padding:5px;" class="cta1a {variables.ctamfs}"><font e-editable="link_textA_1" class="ctaf {variables.ctamfs}">Go to Checkout</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</e-optional>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
{% if loop.last %}
{% else %}
<tr>
<td height="{variables.sephV}" class="{variables.msephV}"></td>
</tr>
<tr>
<td height="{variables.dlh}" bgcolor="{variables.bgline}"></td>
</tr>
<tr>
<td height="{variables.sephV}" class="{variables.msephV}"></td>
</tr>
{% endif %}
{% endforeach %}