Add additional details to staff order notification

Add additional details to staff order notification

Valee
New Member
12 0 0

I added some custom fields at the cart page, which are added to an order as additional details. I would like to add these to the Staff Order Confirmation and to the Fullfilment service notification. I tried  to add several codes, but it doesn't work. Example: 

 

<tr>
<td>
<strong>Uitsparing</strong><br/>
<p>
<ul> {% for attribute in order.attributes -%}
<li><strong>{{ attribute.first }}:</strong> {{ attribute.last }}</li>
{%- endfor %}
</ul></p>
</td>
</tr>

 

What am I doing wrong? How can I add this? Screenshot 2025-01-10 at 13.35.04.pngScreenshot 2025-01-10 at 13.34.23.png

 

Replies 0 (0)