Articles on: Frequently Asked Questions

How to show options in Order Confirmation email?

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


{%- for prop in line.properties -%}

{% unless prop contains "_optionSetId" or prop contains "_itemKey" or prop contains "_parentKey" or prop contains "_addOnVariant" %} {{ prop.first }}: {{ prop.last }} {% endunless %}

{%- endfor -%}



Your screen should look like the below:



Step 4: Save the template


Hopefully this has helped you. Things change all the time, so if you run into issues please don't hesitate to share them with us the in-app live chat. We're happy to lend a hand 🤩

Updated on: 08/09/2023

Updated on: 12/01/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!