metafield in email

Hi, does anyone know of a way to insert the image from an order metafield into a notification email.

Many thanks

The metafield should store the image URL as the value.

Select the notification you want to edit (e.g., order confirmation, shipping confirmation).

for example

{% if order.metafields.custom.image_url %}
  
{% endif %}

Replace custom with the correct metafield namespace and image_url with the key of your metafield.

Hi @EcomGraduates , thank you for your help with this.

I have added the code into my email, but am getting this…

Any ideas how to get the image to display?

Many thanks!