Hello ! For some reason my abandoned cart email template does not pull my products.
Could you help me find out what the error is?
Here I leave the code
<div>
<p style="text-align: left;"><span style="font-size: 14px; font-weight: bold; color: #000000;"><a href="{{ event.CheckoutURL }}" style="color: #000000;">{{ item.ProductName }}</a></span></p>
<p><span style="color: #c45029; font-weight: bold;">₡ {{ item.ItemPrice|floatformat:2 }}</span></p>
</div>