Hi all -
Question about order confirmation emails. Does anyone have an example when you only displayed certain item options instead of any options an item may have? For example, we current use this in our email, but only want to print certain item options:
<#if (itemline.options)?has_content><#assign br = "<br />"><#list (itemline.options)?split(br) as option><#assign label=option?substring(0,option?index_of(":")) value=(option?substring(option?index_of(":")+1))?trim>
Any ideas what the syntax is to only pull certain item options?