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}