Shopify themes, liquid, logos, and UX
Hello,
Is it possible to get the order tag as a liquid variable?
I want to customize my order confirmation mail for pre-orders, which we are currently tagging with "pre-order" in shopify.
Kind regards,
Jakob
Yes use {{ tags }}. Reference: https://help.shopify.com/en/manual/orders/notifications/email-variables
Example:
{% for tag in tags %}
{% if tag == "pre-order" %}
<p>Something to show specifically for pre orders
{% elsif tag == "some other tag" %}
<p>Show something for another tag</p>
{% endif %}
{% endfor %}
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024