Logo appears in Gift Card Issued notification email instead of gift card image

Hi,

I’ve seen good posts on how to modify the default Shopify gift card image, and I can see those changes as I make them. However, our problem is that the gift card image does not show in the notification email. The logo shows.

I see this code in the notification code, which seems to point to the logo.

{%- if shop.email_logo_url %} {{ shop.name }} {%- else %} Gift card image {% endif %}

I’ve tried removing this code and changing it things like the below:

However, the notification email still shows the logo.

So, again, my goal is to have the gift card notification email show the gift card image, NOT the logo.

Using Impulse theme.

Thanks!

1 Like