Hello
Hope all is well
We have 2 gift cards with 2 different images, and would like the gift card image in the customer email/notification to match the purchased gift card image.
Tried several times to update the code to no avail. Any help will be much appreciate it!!!
Below is copy of our last attempt, we know it’s no bueno
{% for line in gift_card_line_items %}
{{ line.variant.title }} × {{ line.quantity }}
{% endfor %}
{% if line.variant.title == “Gift-For-You” %}
{% elsif line.variant.title == “Thank-you” %}
{% else %}
Sorry, we couldn't find the gift card variant.
{% endif %}