Difference between revisions of "Domain Pricing Matrix"
(→Spotlight Extensions) |
|||
Line 17: | Line 17: | ||
By default, WHMCS ships 20 of the most popular TLD extension logos. Where a logo is not available, the extension will not appear in the spotlight area. | By default, WHMCS ships 20 of the most popular TLD extension logos. Where a logo is not available, the extension will not appear in the spotlight area. | ||
− | + | You can configure this at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Domain Pricing]]'''. A logo file must be present in the <tt>assets/img/tld_logos/</tt> directory of your WHMCS installation. | |
[[File:Tld_client_spotlight_logo.png|700px]] | [[File:Tld_client_spotlight_logo.png|700px]] |
Revision as of 20:50, 26 January 2022
The Register a Domain page within the client area provides visitors and clients an intuitive overview of your extension pricing. The layout of this client area page should aid you in promoting your best extensions.
Pricing Matrix
All extensions that have defined pricing appear in the pricing matrix table. This provides the client a clear and complete view of your current domain pricing for the minimum term you set.
The system groups extensions for you automatically, to make even today's large portfolio of domain extensions manageable for customers to browse.
Spotlight Extensions
Spotlight Extensions are featured above the pricing matrix along with their TLD logos and minimum registration term pricing.
By default, WHMCS ships 20 of the most popular TLD extension logos. Where a logo is not available, the extension will not appear in the spotlight area.
You can configure this at Configuration () > System Settings > Domain Pricing. A logo file must be present in the assets/img/tld_logos/ directory of your WHMCS installation.
Adding Additional Logos
WHMCS distributes many of the most common and popular TLD logos by default. However, you can also add your own. When you do this, name logo image files after the extension they represent. For optimal compatibility, logo files should use the .png format and have a transparent background. Upload them to the assets/img/tld_logos/ directory of your WHMCS installation.
Future upgrades won't affect any additional logo files you add to this directory.
You can customize the look and feel of your spotlight TLDs by adding the following CSS to your custom.css in templates/*template_name*/css/custom.css:
.featured-tld .price.tld_here {
background-color: #42AC60;
color: #fff;
}
Template
You can customize the layout and presentation of your domain extension pricing by modifying the domainregister.tpl order form template. This template is part of the Standard Cart order form.
For more information, see our Theme documentation.