EscalateSEO Posted June 13, 2013 Share Posted June 13, 2013 I'm trying to find a way to hide my top navigation bar from any customers who don't have at least one active service, does anyone know how to do that? I would think that it's as easy as putting it in an if statement but can't seem to figure it out. Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
c0p6 Posted June 13, 2013 Share Posted June 13, 2013 I'm trying to find a way to hide my top navigation bar from any customers who don't have at least one active service, does anyone know how to do that? I would think that it's as easy as putting it in an if statement but can't seem to figure it out. Thanks in advance! i think look like this . {if $client_status eq '???'} your code for client_status equal ??? {else} your code do not respond ??? you need find where {$client_status} return if you add this in to email for testing ? 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.