How do I change the image in the order confirmation email?

Solved

How do I change the image in the order confirmation email?

viviq
Tourist
5 0 3

In the customize email templates section, I uploaded my logo so that all the emails sent out will have my logo on it. But for the order confirmation email, I wanted to have another image instead of my logo. How can I change the image of just this individual email and have my logo remain on the other emails?

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9875 2353 2951

This is an accepted solution.

Hi @viviq 

 

Please follow the instructions below. 

 

  • From your Shopify admin dashboard, click on "Settings" on your left hand bottom corner.
  • Go to "Notifications", click the "order confirmation".
  • Then click the "Edit code", find the code below for the logo

 

 

<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">

 

 

 

See image below for reference:

Made4uoRibe_0-1699024480492.png

 

 

  • Change the src link to the image you want, then click SAVE

Made4uoRibe_1-1699024534734.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9875 2353 2951

This is an accepted solution.

Hi @viviq 

 

Please follow the instructions below. 

 

  • From your Shopify admin dashboard, click on "Settings" on your left hand bottom corner.
  • Go to "Notifications", click the "order confirmation".
  • Then click the "Edit code", find the code below for the logo

 

 

<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">

 

 

 

See image below for reference:

Made4uoRibe_0-1699024480492.png

 

 

  • Change the src link to the image you want, then click SAVE

Made4uoRibe_1-1699024534734.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
viviq
Tourist
5 0 3

Thank you so much!! This worked perfectly 😀

AlexCPerky
Excursionist
10 0 5

Spot on, thanks & works great 👍