Hi,
Thanks for your help in advance.
I’m building a custom coded abandoned cart email in html, the store is in shopify.
I’m not sure wich code i should use to loop the product table?
I searched and got the below:
{% if event.extra.line_items %}
{% for item in event.extra.line_items %}
{% endfor %}
{% else %}
{% endif %}
Should i place the product table inside it and then insert baraibles there as per this guide?
I did not find enough resource about it, pelase help.
Thank you so much!