Overview:
Line item Properties are data about the product which may have been collected on the product page before adding to the cart. Follow the directions below if yours are not showing up on the Order Details Template.
Step 1:
On the order detail template, search for {% for p in line_items %}. Inside of the following div, paste the snippet below after {{p.name}}.
<ul>
{% for x in p.properties %}
<li>{{x.name}}: {{x.value}}</li>
{% endfor %}
</ul>
Your code template should now look something like this.
Step 2
Click Save Settings to make the changes live. If you have any questions please feel free to reach out to us at support@w3trends.com