Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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 ?
Solved! Go to the solution
This is an accepted solution.
Removing and uploading a new image fixed the issue. ¯\_(ツ)_/¯
This is an accepted solution.
Removing and uploading a new image fixed the issue. ¯\_(ツ)_/¯