hello friends, is anyone familiar with freemarker ...
# general
v
hello friends, is anyone familiar with freemarker code for email templates? i'm trying to make this statement conditional so that it displays only when the gift certificate amount applied to sales order transaction is not $0. its not working and the current display shows $0.00
c
Hi Vivian, I only have a minute before I log off. Something like this should work: <#if transaction.giftcertapplied !=0> ${transaction.giftcertapplied} #else</#if>