Difference between revisions of "Domain Pricing Matrix"

From WHMCS Documentation

(Adding Additional Logos)
Line 1: Line 1:
<div class="docs-alert-info"><i class="fa fa-question-circle"></i> This page describes a feature available in version 7.2 and above</div>
+
<div class="docs-alert-info"><i class="fa fa-question-circle"></i> This page describes a feature available in version 7.2 and above.</div>
  
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 is designed to aid you in promoting your best extensions.
+
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==
 
==Pricing Matrix==
  
All extensions that have [http://docs.whmcs.com/Domain_Pricing#Modify_an_Existing_TLD defined pricing] will be rendered in the pricing matrix table.  This provides the client a clear and complete view of your current domain pricing for the minimum term defined.
+
All extensions that have [[Domain_Pricing#Modify_an_Existing_TLD|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.
  
 
[[File:Domain-pricing-72.png|700px]]
 
[[File:Domain-pricing-72.png|700px]]
  
Extensions are grouped by category automatically for you, to make even today's large portfolio of domain extensions manageable for customers to browse.
+
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==
  
Spotlight Extensions are featured above the pricing matrix along with their TLD logos and minimum registration term pricing.
+
'''Spotlight Extensions''' are featured above the pricing matrix along with their TLD logos and minimum registration term pricing.
  
WHMCS ships by default with 20 of the most popular TLD extension logos. Where a logo is not available, the extension will not be displayed 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.
  
To promote an extension in this way, you must first configure the extension as a [http://docs.whmcs.com/Domain_Pricing#Spotlight_TLDs Spotlight TLD] within the administrative domain pricing settings. Second, a logo file must be present in the ''assets/img/tld_logos/'' directory of your WHMCS Deployment.
+
To promote an extension in this way, you must first configure the extension as a [[Domain_Pricing#Spotlight_TLDs|Spotlight TLD]] within the administrative domain pricing settings. Second, 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]]
Line 23: Line 23:
 
===Adding Additional Logos===
 
===Adding Additional Logos===
  
WHMCS distributes many of the most common and popular TLD logos by default.  However, you can also add your own. Logo image files should be named after the extension they represent. For optimal compatibility, it is best for logo files to be in the .png format and have a transparent background.  They should then be uploaded to the ''assets/img/tld_logos/'' directory of your WHMCS Deployment to take effect.
+
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.
  
Any additional logo files you add to this directory will be unaffected by future upgrades.
+
Future upgrades won't affect any additional logo files you add to this directory.
  
Furthermore, you can customize the look and feel of your spotlight TLD's by adding the following CSS to your '''custom.css''' located in ''templates/*template_name*/css/custom.css''
+
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>:
  
<source lang="css">
+
<div class="source-cli">
 
.featured-tld .price.tld_here {
 
.featured-tld .price.tld_here {
  background-color: #42AC60;
+
<br/>  background-color: #42AC60;
  color: #fff;
+
<br/>  color: #fff;
}
+
<br/>}
</source>
+
</div>
  
 
==Template==
 
==Template==
The layout and presentation of your domain extension pricing can be customized through modification of the domainregister.tpl order form template.  This template is provided as part of the Standard Cart order form. Please reference the developer [http://developers.whmcs.com/themes/ Theme documentation] for guidance on customizing templates.
+
You can customize the layout and presentation of your domain extension pricing by modifying the <tt>domainregister.tpl</tt> order form template.  This template is part of the '''Standard Cart''' order form.  
 +
 
 +
For more information, see our [http://developers.whmcs.com/themes/ Theme documentation].

Revision as of 20:33, 1 June 2020

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.

To promote an extension in this way, you must first configure the extension as a Spotlight TLD within the administrative domain pricing settings. Second, a logo file must be present in the assets/img/tld_logos/ directory of your WHMCS installation.

Tld client spotlight logo.png

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.