Mr. Goodie2Shoes Well-known member Licensed customer Sep 5, 2012 #1 okay so I am trying Code: {xen:if $condition == 'blah', 'Hello!', ''} but its not working... any other workaround?
okay so I am trying Code: {xen:if $condition == 'blah', 'Hello!', ''} but its not working... any other workaround?
xfrocks Well-known member Licensed customer Sep 5, 2012 #2 Mr. Goodie2Shoes said: okay so I am trying Code: {xen:if $condition == 'blah', 'Hello!', ''} but its not working... any other workaround? Click to expand... Should be Code: {xen:if '{$condition} == "blah"', 'Hello!'}
Mr. Goodie2Shoes said: okay so I am trying Code: {xen:if $condition == 'blah', 'Hello!', ''} but its not working... any other workaround? Click to expand... Should be Code: {xen:if '{$condition} == "blah"', 'Hello!'}
Mr. Goodie2Shoes Well-known member Licensed customer Sep 5, 2012 #3 xfrocks said: Should be Code: {xen:if '{$condition} == "blah"', 'Hello!'} Click to expand... oops Thanks!
xfrocks said: Should be Code: {xen:if '{$condition} == "blah"', 'Hello!'} Click to expand... oops Thanks!