PackageName Token ???

ihostuk

Verified User
Joined
Apr 9, 2007
Messages
56
Location
Huddersfield, UK
Hi, Is their a token that reads in the name of the package a user has been set?

I'd like to do something similar to the following:

|*if PACKAGE-NAME="Advanced"|
Telephone Support: XXXXX-XXXXXX
|*endif|

where package-name is the name of the token to use.

Thank You
 
I'd like to see that as well. Since I don't know of such a token, my workaround is to have a separate reseller account for each package.

Jeff
 
Maybe DA could have a look at it for the next release, shouldn't be too much code.

May implement your method as a tempory solution for the time being though :)
 
Hello,

The entire user.conf file is already available to you in those tokens, and then some.

Use:
Code:
|package|
or
Code:
|*if package="Advanced"|
Telephone Support: XXXXX-XXXXXX
|*endif|
John
 
Back
Top