Personalized checkout and custom promotions with Shopify Scripts
{% if line.variant.title == 'ProductName/VaraintName' %}
You are buying some awesome shoes!
{% endif %}
What am I doing wrong here. I am trying to input this in the email template and depending on which Variant they order I want to display such comments
Hi @Samik1 ,
I am assuming this is for the order confirmation email. You have the right code. Make sure you have the exact product title though. You can try pasting the code below to check the line.variant.title and make dummy product with zero cost. Buy that product and check your email.
{% if line.variant.title != blank %}
<span class="order-list__item-variant">The variant title is: {{ line.variant.title }}</span><br/>
{% endif %}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025