Solved

Adding image to Confirmation email.

AnnaSambrook
Visitor
3 0 0

Hello,

 

I am trying to add an image that I have already uploaded into the code of the confirmation email.

 

This is the code I am using:

 

<img src"{{cdn.shopify.com/s/files/1/0595/7612/3556/files/Thank_you_for_your_generous_donation_to_The_Queen_s_Green_Canopy._1.png?v=1631877407"}}>

Would someone be able to correct this for me?

 

I have tried lots of variations that have been suggested in other community threads.

Many thanks,

Anna

Accepted Solution (1)

IttantaTech
Shopify Partner
525 55 102

This is an accepted solution.

Hello , @AnnaSambrook 

It should be like this :-

 <img src="https://cdn.shopify.com/s/files/1/0595/7612/3556/files/Thank_you_for_your_generous_donation_to_The_Q...">

Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com

View solution in original post

Replies 4 (4)

IttantaTech
Shopify Partner
525 55 102

This is an accepted solution.

Hello , @AnnaSambrook 

It should be like this :-

 <img src="https://cdn.shopify.com/s/files/1/0595/7612/3556/files/Thank_you_for_your_generous_donation_to_The_Q...">

Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com
AnnaSambrook
Visitor
3 0 0

Wow! It works!

 

Thank you so much!

 

Although the image is huge now - is there a way to reduce the size?

 

Last question I promise!

 

Anna

IttantaTech
Shopify Partner
525 55 102

Hello,

You can change height & width of the image like  this:-

 <img src="https://cdn.shopify.com/s/files/1/0595/7612/3556/files/Thank_you_for_your_generous_donation_to_The_Q..."  height="200" width ="400">

Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com
AnnaSambrook
Visitor
3 0 0

This is so helpful!

 

Thank you so much.

 

Best wishes,

 

Anna