Personalized checkout and custom promotions with Shopify Scripts
Hello
When an order is placed - i have an app for clients to choose their delivery dates when ordering.
It adds a tag onto my orders.
How can i add this tag to my confirmation email to customers.
Thanks
Go to Settings > Notifications, there you can edit the emails that your store sends.
This will help you to get the variables you want: https://help.shopify.com/en/manual/orders/notifications/email-variables
For example, you could do something like this:
{% for tag in tags %}
{% if tag == "some tag" %}
<p>Text to show if this tag is on the order</p>
{% elsif tag == "another tag" %}
<p>Text to show for some other tag</p>
{% endif %}
{% endfor %}
Hello, I believe this is very close to what I am looking for. Except there is also a tag that shows the type of shipping. What code could I use that would search the tags for a date and then just display the date, not any others?
Did you ever find a good solution? I am looking to do the same exact thing.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024