Add Image To Bottom of Notification Emails

Hi.

My company recently became B Corp certified and I wish to add their logo to the bottom of my order and shipping confirmation emails - can anyone help with this? Seems like it should be straightforward but can’t see anything within the forum to help.

Thanks in advance.

HI @davidfoster1983

What email do you use to send to customers
do you have a picture of the B Corp logo
where exactly do you want to add it, please share the picture

Hello @davidfoster1983
Would you mind to share your URL website? with password if its protected. Thanks!

Hi.

This is through Shopify automated emails via settings>notifications. current email looks like this (below) at the bottom and I would like to add the B Corp logo after the shipping method.

Hey.

Website is https://carolinegardner.com/

Please add the logo to this section first, and send the image link here.

here you go…

https://cdn.shopify.com/s/files/1/0348/6770/8043/files/B-Corp-Logo-Black-RGB_06734c71-9431-43d6-9bec-877adbe9dd6c.png?v=1738600371

Hello @davidfoster1983

You can add the B Corp logo to your Shopify order and shipping confirmation emails by editing the email templates in your Shopify admin panel. Here’s how:

=> Go to Shopify Admin → Click on Settings (bottom left).
=> Select Notifications.
=> Click on Order confirmation (repeat for Shipping confirmation).
=> In the Email body (HTML) section, scroll to the bottom.
=> Before the closing tag, insert the following code:


    

=> Click Save and test by sending a preview email.

Let me know if you need help with finding the image URL or any styling adjustments!
Thanks.

Hi @davidfoster1983 ,

To add an image like the B Corp logo to the bottom of your Shopify notification emails, follow these steps:

  1. Upload the Image to Shopify:

    • Go to your Shopify admin panel.
    • Click on Settings > Files.
    • Upload the B Corp logo image here, and make a note of the image URL.
  2. Edit the Email Template:

    • Go to Settings > Notifications.
    • Select the email template you want to edit (for example, the “Shipping Confirmation” email).
    • Look for the section where the shipping method is mentioned in the email template code.
  3. Add the Image HTML:

    • Use the HTML tag to add the logo after the shipping method. The HTML will look like this:

      <p>Your shipping method: {{ shipping_method }}</p>
      <img src="YOUR_IMAGE_URL_HERE" alt="B Corp Logo" style="max-width: 150px;">
      
    • Replace YOUR_IMAGE_URL_HERE with the URL you copied earlier for the B Corp logo.

  4. Save Changes:

    • Click Save to apply the changes to your notification emails.

This should successfully add the B Corp logo to the bottom of your email after the shipping method.

Hi @davidfoster1983

Follow the steps in the image and copy all the code in this section for me


    
![B Corp Certified|404x680](upload://12u698Y56L1sdRtvsW2CJWmj9fP.png)

Add this one