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 %}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024