Template Error [Line 19]: syntax error: unidentified token ':'
{if $service_product_name eq "10 User - TeamSpeak Server"}
Web Control Panel: http://teamSpeakcp.com/tcp
{else}
Web Control Panel: http://ventCP.com/tcp
{/if}
Im trying to get the welcome email to display the Web Control Panel Link for TeamSpeak or Ventrilo.
So if the Product name is Teamspeak, then it should display the TeamSpeak URL else it should display the Ventrilo Url.
This fails in a syntax error.
I've tried the following as well same problem:
{if $service_product_name eq "10 User - TeamSpeak Server"}
print("Web Control Panel\: http\://teamSpeakcp.com/tcp")
{else}
print("Web Control Panel\: http\://ventCp.com/tcp")
{/if}
Your help would be appreciated, if there is a better way to do this, please let me know.