How to configure Atomia Billing for selling second-level domains.
Overview
To start selling domains, you need to:
- Define a product for the TLD/SLD that you want to sell.
- Add the product to the shop.
Besides this configuration, additional configuration of the Atomia Billing server is required for selling second-level domains.
Configuring Billing server for SLD
You need to define list of second-level domains that you want to sell in the C:\Program Files (x86)\Atomia\BillingAPIs\BillingApi\Web.config. You should configure it by creating a transformation file Web.SLDs.config like this one:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<atomiaProvisioningConfiguration xmlns="atomiaProvisioning">
<atomiaProvisioningHosting contactPackageName="DomainRegistrationContactPackage">
<secondLevelDomains xdt:Transform="Insert">
<secondLevelDomain name=".co.uk" />
</secondLevelDomains>
</atomiaProvisioningHosting>
</atomiaProvisioningConfiguration>
</configuration>
The example above is the configuration for the co.uk second-level domains.