Jump to content

Domain Price List


Recommended Posts

I remember back with WHMCS 6.3.1 there was a list of domain prices available to the general public, it displayed the domain prices saved in the admin area. I have since upgraded to WHMCS 7.0.1 and I cannot seem to locate this page, has it been removed ??

in a word, yes! :roll:

 

there's basically two quick options - either create a new domainpricing.php page and add the appropriate PHP code in there (someone's already done that here and posted the code, but I can't find the link)... or create a link to a modal window that displays the domainpricing.php data feed.

 

https://forum.whmcs.com/showthread.php?105286-Domainchecker-tpl-modification

Link to comment
Share on other sites

Hi MyEvolutionHost,

 

Although the Domain Prices that where displayed in 6.3 have been removed in 7.x we do have a case logged under CORE-10363 which will be creating a new Domain Pricing Page, there isn't an ETA just yet on when this will be done however I will ensure I update this thread once it has been launched (we'll also add it to changelog.whmcs.com)

Link to comment
Share on other sites

You can always use the data feed to create a domain pricing list:

 

<style type="text/css">

table.domainpricing {

width: 600px;

background-color: #ccc;

}

table.domainpricing th {

padding: 3px;

background-color: #efefef;

font-weight: bold;

}

table.domainpricing td {

padding: 3px;

background-color: #fff;

text-align: center;

}

</style>

<script language="javascript" src="feeds/domainpricing.php"></script>

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated