What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Order metafield in Shipping confirmation Email

Order metafield in Shipping confirmation Email

haseeb_coder
Shopify Partner
13 0 3

Greetings,

I want to show my order metafield in the shipping confirmation email. It is returning me "gid://shopify/MediaImage/62707995771266", while I want to print the image. I am unable to find the url, tried all methods I could use. Metafield codes and file is filled properly, tried many times.

I have attached an image of a shopify forum with same issue with other shopify partners.

haseeb_coder_0-1729102719615.png

 

I have used all image filters for my image like image_url, img_url, etc.

haseeb_coder_1-1729102962835.png

 

Can you please give me proper codes to print my order metafield image in the shipping confirmation email, thanks

If helpful then Please Like and Accept Solution.
Replies 2 (2)

PaulNewton
Shopify Partner
7450 657 1565

Try either the image_url filter,  .src  or  .url properties, or the metafield tag filter

https://shopify.dev/docs/api/liquid/filters/image_url 

or

https://shopify.dev/docs/api/liquid/objects/media >

https://shopify.dev/docs/api/liquid/objects/image#image-src 

or

https://shopify.dev/docs/api/liquid/filters/metafield_tag

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


haseeb_coder
Shopify Partner
13 0 3

I have tried all three methods (please check the screenshot)

outputMethods.png

Stuck here 😞

 

Please assist if possible, thanks!

If helpful then Please Like and Accept Solution.