Difference between revisions of "Reseller Features"

(Created page with "== Overview == Administrators can create reseller packages. These packages allows users to create their own game, voice and Teamspeak services and assign them to their own users....")
 
Line 11: Line 11:
 
: The id of the reseller package that will be assigned to the reseller account.
 
: The id of the reseller package that will be assigned to the reseller account.
  
If you use the tcadmin_advanced module for WHMCS create a copy of default_values.php and set the values of role_id and package_id. Change the values as required. When you configure your reseller product in WHMCS, set the value of config file to the new one that you created.
+
If you use the tcadmin_advanced module for WHMCS create a copy of default_values.php and set the values of role_id and package_id as required. When you configure your reseller product in WHMCS, set the value of Config File to the new one that you created.
  
 
For more information on using the WHMCS module read the [[Tcadmin_advanced_module_for_WHMCS|tcadmin_advanced documentation]].
 
For more information on using the WHMCS module read the [[Tcadmin_advanced_module_for_WHMCS|tcadmin_advanced documentation]].

Revision as of 12:51, 6 May 2011

Overview

Administrators can create reseller packages. These packages allows users to create their own game, voice and Teamspeak services and assign them to their own users.


Billing API Support for Administrators

Administrators can automate reseller packages with the billing API. Only 2 parameters are required:

role_id
The id of the reseller role that will be assigned to new resellers.
package_id
The id of the reseller package that will be assigned to the reseller account.

If you use the tcadmin_advanced module for WHMCS create a copy of default_values.php and set the values of role_id and package_id as required. When you configure your reseller product in WHMCS, set the value of Config File to the new one that you created.

For more information on using the WHMCS module read the tcadmin_advanced documentation.

Billing API Support for Resellers

Resellers can automate their own services using the billing api the same way and administrator would. For more information on using the WHMCS module read the tcadmin_advanced documentation.

Reseller Package Management

Create & Update Packages

Packages are created and updated in System > General Settings > Reseller Packages. To create a new one, click on New. To edit an existing package, select it from the list.

Retrieved from "https://help.tcadmin.com/index.php?title=Reseller_Features&oldid=151"