Hi Team,
I am wanting to add a line into my notificatin email if an item is tagged with preorder.
I have tried
<tr>
<td>
{% if line.product.tags contains 'preorder' %}
<h2>**This Item is a Pre Order**</h2>
{% endif %}
</td>
</tr>
but doesn't seem to work. can any one shed some light on how I would do this?
User | Count |
---|---|
709 | |
142 | |
103 | |
64 | |
36 |