60 | 61 |
62 |
63 | 64 |
65 |

Here's your gift card!

66 | {% unless gift_card.enabled %} 67 | Disabled 68 | {% endunless %} 69 | {% if gift_card.expired and gift_card.enabled %} 70 | Expired on {{ gift_card.expires_on | date: "%d/%m/%y" }} 71 | {% endif %} 72 | {% if gift_card.expired != true and gift_card.expires_on and gift_card.enabled %} 73 | Expires on {{ gift_card.expires_on | date: "%d/%m/%y" }} 74 | {% endif %} 75 |
76 | 77 |
78 |
79 |
80 |
81 |
82 |
83 | Gift card illustration 84 | {% assign initial_value_size = formatted_initial_value | size %} 85 |
86 | {% if gift_card.balance != gift_card.initial_value %} 87 | {{ gift_card.balance | money }} left 88 | {% endif %} 89 | {{ formatted_initial_value }} 90 |
91 | {% assign code_size = gift_card.code | format_code | size %} 92 |
93 |
94 | {{ gift_card.code | format_code }} 95 |
96 |
97 |
98 |
99 | 100 |
101 |

Use this code at checkout to redeem your gift card.

102 |
103 |
104 | 111 |
112 | Start Shopping 113 | Print 114 |
115 |
116 |
117 |