Log in to your Shopify admin panel and follow these steps:
Step 1: Access Confirmation Email Template #
- Navigate to Settings > Notifications > Customer Notifications.
- Locate and select Order confirmation
- Click on the Edit code button to access the email template’s HTML code.
Step 2: Add custom code to email template #
Place your cursor in the Email body (HTML), use the shortcut Ctrl + F (Command + F on Mac) to open the search function.
Search for “line.variant.title” in the existing code.
After locating “{% endif %}“, paste the following code snippet:
{% for property in line.properties %}
{% assign property_first_char = property.first | slice: 0 %}
{% if property.last != blank and property_first_char != '_' %}
<span class="line-item-description-line">
{{ property.first }}: {{ property.last }}
</span><br/>
{% endif %}
{% endfor %}
Step 3 : Save changes #
Click on the “Save” button to apply the changes to the template.
Wait for approximately 30 seconds for the changes to take effect.
Need Assistance? #
If you run into any challenges while adding Easify’s custom options to your Order Confirmation Emails, feel free to reach out to us for assistance through our convenient in-app live chat, by submitting your request via our contact form, or by sending an email to support@tigren.com. We’re here to help!