SeanJuan Posted February 10, 2011 Share Posted February 10, 2011 Hello, I am trying to add a conditional display to email templates for specific client groups, but the variables I have tried do not seem to be working and I can not find anything in the WHMCS documentation or forum. I have tried "$clientgroup", "$client.group", "$client_group", "$clientgroup_name", "$client_group_name", "$clientgroup.name" and "$client.group.name" Anyone know where to look or what it is? here is my syntax: {if $clientgroup eq "[group_name]"} [message for group] {else} [message for everyone else] {/if} 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted February 10, 2011 Share Posted February 10, 2011 {$clientgroup.name} should be it... 0 Quote Link to comment Share on other sites More sharing options...
SeanJuan Posted February 10, 2011 Author Share Posted February 10, 2011 {$clientgroup.name} should be it... I tried that and it didn't seem to work. 0 Quote Link to comment Share on other sites More sharing options...
omnigenus Posted February 10, 2011 Share Posted February 10, 2011 I don't think you can 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.