Difference between revisions of "Domain Pricing Matrix"

From WHMCS Documentation

(Adding Additional Logos)
(Spotlight Extensions)
 
(3 intermediate revisions by the same user not shown)
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.
+
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. 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.  
  
Any additional logo files you add to this directory will be unaffected by future upgrades.
+
To do this, see [[Adding TLD Logos]].
  
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''
+
==Template==
 +
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.  
  
<source lang="css">
+
For more information, see our [http://developers.whmcs.com/themes/ Theme documentation].
.featured-tld .price.tld_here {
 
  background-color: #42AC60;
 
  color: #fff;
 
}
 
</source>
 
 
 
==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.
 

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.