mikelegg Posted December 1, 2009 Share Posted December 1, 2009 How do you create a "not equal to" conditional statement in an Email Template? I tried {if $client_company_name not eq "WHMCS"} but that errors I tried {if not $client_company_name eq "WHMCS"} but that does the opposite of what you would expect. 0 Quote Link to comment Share on other sites More sharing options...
mikelegg Posted December 1, 2009 Author Share Posted December 1, 2009 I ended up using {if $client_company_name eq "WHMCS"} {else} ... do something {/if} It's not elegant but it works, I'd still love to know the correct syntax 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.