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
User | Count |
---|---|
10 | |
10 | |
8 | |
6 | |
5 |