not sure if this is where to put this but I am try...
# advancedpdf
m
not sure if this is where to put this but I am trying to make a switch between the package and packagefedex on a email template here is what I was trying
<#assign ship = [563,564,562,110,1693,566]><#assign shipmethod = transaction.shipmethod><#if ship?seq_contains(shipmethod)><#list transaction.packagefedex as package>
then
<#else><#list transaction.package as package>
the else statement works but I cannot seem to get the first one to recognize the ship method