[Product Option 2.0 app] Show custom options in Order Confirmation email
This article is for Teeinblue Product Options app, not Teeinblue POD Product Personalizer.


Your screen should look like the below:

Hopefully this has helped you hide products from Shopify Search. Things change all the time, so if you run into issues please don't hesitate to share them with us at support@teeinblue.com or use the in-app live chat. We're happy to lend a hand 🤩
Step 1. Open the Order Confirmation template: Settings > Notifications > Order confirmation

Step 2. Select Edit code

Step 3. Add the following code between the selling plan name and refunded tag
<!-- Start Custom Code -->
{%- for prop in line.properties -%}
<div>
{% unless prop contains "_optionSetId" or prop contains "_itemKey" or prop contains "_parentKey" or prop contains "_addOnVariant" %}
<span>{{ prop.first }}: </span>
<span> {{ prop.last }} </span>
{% endunless %}
</div>
{%- endfor -%}
<!-- End Custom Code -->
Your screen should look like the below:

Step 4: Save the template
Hopefully this has helped you hide products from Shopify Search. Things change all the time, so if you run into issues please don't hesitate to share them with us at support@teeinblue.com or use the in-app live chat. We're happy to lend a hand 🤩
Updated on: 08/09/2023
Thank you!