Email logo doesn't show up because url is broken.

Solved
La_Colonia
Shopify Partner
12 1 3

Hello,

I'm having a hard time figuring out how to make my store's logo appear correctly on my notification emails.

Here is the snippet of code i'm using:

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

 

When i send a test email this is what i get for that particular line:

<img =
src=3D"https://cdn.shopify.com/s/files/X/XXXX/XXXX/XXXX/emai=
l_settings/logo_checkout.webp?291%3E" alt=3D"" =
width=3D"180" class=3D"">

 

It seems like the url is being truncated by the quoted-printable encoding, am I wrong ?

 

Accepted Solution (1)
La_Colonia
Shopify Partner
12 1 3

This is an accepted solution.

Removing and uploading a new image fixed the issue. ¯\_(ツ)_/¯

View solution in original post

Reply 1 (1)
La_Colonia
Shopify Partner
12 1 3

This is an accepted solution.

Removing and uploading a new image fixed the issue. ¯\_(ツ)_/¯