Domain Reseller Setup (WHMCS)

Firstly, download our reseller module here : https://hostnownow.com/whmcs/dl.php?type=d&id=2

 

Upload and extract the module into the main WHMCS/modules directory.

 

Go to Setup -> Products/Services ->Domain Registrars and activate the module.

 

Set credentials for the API connection (these credentials would be sent to you once your account has been activated)

 

Please move to yourWHMCS/resources/domains directory and find 'dist.additionalfields.php' file.

 

This file should not be edited. If you do not have 'additionalfields.php' file yet, create it manually and paste the code you received at the end of the file.

 

Note that the path '/resources/domains/additionalfields.php' refers to WHMCS V7.

 

For WHMCS V5 and V6 paste the code into '/includes/additionaldomainfields.php' file.

 

if(!defined('DS'))

define('DS',DIRECTORY_SEPARATOR);

$filename = dirname(__FILE__).DS.'..'.DS.'modules'.DS.'registrars'.DS.'HostNowNow'.DS.'HostNowNow.php';

if(file_exists($filename)){

require_once ($filename);

$fields = HostNowNow_GetDomainFields();

if(is_array($fields))

$additionaldomainfields = $fields;

}

 

  • 1 Users Found This Useful
Was this answer helpful?