Discussions

Ask a Question
Back to All

Email Template Customization

I'm trying to make some simple changes to an email template. Why doesn't this code place the SKU number in a confirmation email? (this is just an example or trying to use the sku number variable.) The sku is already associated with one of my products.

<#if orderItem.sku == "RG003">
Hello
<#else>
Good Bye
</#if>