Customizing Domain Categories: Tailoring Your Domain Portfolio

thumb_up 1  ·  sell Domain category customization, Personalizing domain categories in WHMCS, Tailoring your domain portfolio by customizing categories.

Domain categories group domain TLDs into categories on the domain registration page (cart.php?a=add&domain=register). This makes it easier for clients to find their ideal domain extensions.

Browse extensions by category

You can add and customize categories by creating a customization file..

Customize Domain Categories

To customize a category:

1. Create a categories.json file in the /resources/domains/ directory.

2. Using your preferred code or text editor, add the domain categories you wish to use in a JSON array format. For example, the array below defines a Domains A-F category.

{
    "Domains A-F": [
        ".biz",
        ".ca",
        ".club",
        ".cn",
        ".com",
        ".co.uk",
        ".de",
        ".eu"
    ]
}
 

3. Save the file.

 
 
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back