Hi guys,
Just wondered if anyone had any idea how to get the name of the product option into this e-commerce transformation?
It currently looks like this:
<td style="text-align: left">{%(IsProductOption) ? " - " : ""%}{%Localize(SKUName)%}
{%(CartItemText != "") ? (" '" + CartItemText + "'") : ""|(encode)%}
</td>
However this is only outputting the answer of the product option and not the product option name itself. Does anyone know if there is an available property to pull this out?
Thanks,
Matt.