Extensions management

Netim provides more than 1,000 domain name extensions / tlds that can be sold with WISECP.

Each extension you want to resell has to be added in the application with some parameters.

You can add extensions at Services > Domain Name Registrations > Extensions and Prices .

Add an extension

Click on “Add New Extension” to open the following screen

Add new extension

Then, following the section below, fill in the form to add the extension. Once created, finish the settings by clicking “Settings” in order to set the min and max years.

Domain name list

Individual settings of an extension

When adding or managing an extension by hand, you must understand all parameters and know expected values relative to that extension. Even if all gTlds work the same (due to the ICANN rules), most of all ccTlds have specific settings.

  1. Learn more about the extension you want to add
    Browse the extension list and read the extension documentation, for example .com domains.
  2. DNS
    This feature allows the client to manage his DNS settings such as updating DNS records.
    As part of this module, you can use our DNS service free of charge if domain names use our nameservers with or without whitelabel.
  3. WhoisSec
    This feature allows the client to hide his contact information in the whois. Look at Whois Privacy card if available or not for the extension.
  4. EPP code
    This feature defines if the extension supports EPP code for domain transfers between registrars. Look at EPP / Authorization code if available or not for the extension.
  5. Module
    Select, from the list of activated registrars, NETIM which will be used by default when registering a domain name in this extension.
  6. Currency
    Select the base currency for this extension
  7. Base pricing
    This is your cost pricing at NETIM for one year for registrations, renewals and transfers
  8. Sales pricing
    This is your sales pricing for one year for registrations, renewals and transfers
  9. Min Years and Max Years
    These values define the period for the extension.
    As you can see, you can only define a range which applies for both registrations and renewals which is, in reality, not the case for some extensions.
    Look at Registration Period value which define the years available on this extension and enable the corresponding terms in Min Years and Max Years fields
    • You can get a range (minimum – maximum):
      1-10 means 1 to 10 years (Set 1 to 10)
      2-2 means 2 years only (Set 2 in both fields)
    • You can get a list (1:2:3:…)
      1:3:5 means 1 or 3 or 5 years (Set 1 only)
      1-5:10 means 1 to 5 years and 10 years (Set 1 to 5 only)

In addition to extension settings, you must ensure to have defined any additional fields or documents for that specific extension. See Additional fields and docs management

Import tlds

Our module supports the import tlds feature.

You can initiate an import at Services > Domain Name Registration > Domain Name Registrars > Netim
Click on Import and confirm the importation.

Importation settings

When importing tlds, you need to define what you want to import. This is done in the configuration file

/coremio/modules/Registrars/Netim/config.php

The setting import-tld-mode accepts the following values:

  • “ALL”
    All extensions available at Netim will be imported. We don’t recommend to use this mode as more than 1000 extensions will be added in one shot.
  • “EXISTING”
    Only existing extensions for which Netim is defined as default module will be imported
  • “LIST”
    Only the extensions defined in the setting import-tld-list as array will be imported. Example [“.com”,”.net”,”.org”]
    This is the most usefull mode in order to add a given list of extensions.