Hi,
I am looking to edit the email text for items which are free delivery. Essentially these free delivery items are tickets and not physical items. Is there a way to differentiate the copy for items which have a delivery fee and those which don't?
I know you can edit for pick up or local?
Thanks in advance,
Solved! Go to the solution
Hello!
Head to Settings -> Notifications -> Order Confirmation is where the email templates can be edited
Hope this helps
This is an accepted solution.
@swag_and_stuff to add the details to achieve this - you can use Liquid in the notification template to conditionally show information.
Example:
{% if shipping_method.title contains "Free" %}
This content will only show if the order shipping method has the word Free in it, for example "Free Shipping"
{% endif %}
Reference: https://help.shopify.com/en/manual/orders/notifications/email-variables#order-fulfillment
User | Count |
---|---|
11 | |
7 | |
7 | |
7 | |
7 |