Here's your gift card!

{% unless gift_card.enabled %} Disabled {% endunless %} {% if gift_card.expired and gift_card.enabled %} Expired on {{ gift_card.expires_on | date: "%d/%m/%y" }} {% endif %} {% if gift_card.expired != true and gift_card.expires_on and gift_card.enabled %} Expires on {{ gift_card.expires_on | date: "%d/%m/%y" }} {% endif %}
Gift card illustration {% assign initial_value_size = formatted_initial_value | size %}
{% if gift_card.balance != gift_card.initial_value %} {{ gift_card.balance | money }} left {% endif %} {{ formatted_initial_value }}
{% assign code_size = gift_card.code | format_code | size %}
{{ gift_card.code | format_code }}

Use this code at checkout to redeem your gift card.