Difference between revisions of "Domain Pricing Matrix"

From WHMCS Documentation

(Spotlight Extensions)
(Spotlight Extensions)
 
(One intermediate revision by the same user not shown)
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.
+
You can configure this at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Domain Pricing]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > 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]]
  
===Adding Additional Logos===
+
===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 <tt>.png</tt> format and have a transparent background.  Upload them to the <tt>assets/img/tld_logos/</tt> directory of your WHMCS installation.
+
WHMCS distributes many of the most common and popular TLD logos by default.  However, you can also add your own.  
  
Future upgrades won't affect any additional logo files you add to this directory.
+
To do this, see [[Adding TLD Logos]].
 
 
You can customize the look and feel of your spotlight TLDs by adding the following CSS to your <tt>custom.css</tt>  in <tt>templates/*template_name*/css/custom.css</tt>:
 
 
 
<div class="source-cli">
 
.featured-tld .price.tld_here {
 
<br/>  background-color: #42AC60;
 
<br/>  color: #fff;
 
<br/>}
 
</div>
 
  
 
==Template==
 
==Template==

Latest revision as of 19:13, 21 April 2022

This page describes a feature available in version 7.2 and above.

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.

Domain-pricing-72.png

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 or, prior to WHMCS 8.0, Setup > Products/Services > Domain Pricing. A logo file must be present in the assets/img/tld_logos/ directory of your WHMCS installation.

Tld client spotlight logo.png

Additional Logos

WHMCS distributes many of the most common and popular TLD logos by default. However, you can also add your own.

To do this, see Adding TLD Logos.

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.