Shopify themes, liquid, logos, and UX
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 %}
<img src="{{ order.metafields.custom.image_url }}" alt="Order Image">
{% endif %}
Replace custom with the correct metafield namespace and image_url with the key of your metafield.
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025