Selecting variant name of gift_card.product within email

Tried gift_card.product.selected_variant.title but not sure if it’s accessible within gift card created email?

gift_card.product.title works fine

Tia :slightly_smiling_face:

Hi @kaurib-com ,

When you use ‘gift card.product’, it will return product attributes including ‘product.selected_variant’. https://shopify.dev/api/liquid/objects/gift-card#gift_card-product

So this works perfectly fine: {{ gift_card.product.selected_variant.title }}

Hope it helps!

Yeh I tried exactly that with no luck, maybe just a site specific thing. Ah well, thanks anyway

Yeh I tried exactly that with no luck, maybe just a site specific bug. Ah well thanks anyway :slightly_smiling_face:

1 Like