AffordableDomainsCanada Posted November 19, 2016 Share Posted November 19, 2016 I remeber 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 ?? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 19, 2016 Share Posted November 19, 2016 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! 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted November 19, 2016 Share Posted November 19, 2016 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) 0 Quote Link to comment Share on other sites More sharing options...
4ux Posted November 26, 2016 Share Posted November 26, 2016 Hi can you give a ATA for the domain prices 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted November 27, 2016 Share Posted November 27, 2016 Hi 4ux, At this time, there is no ETA on this however I do know its high on the priority list for the team to get implemented. 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted November 27, 2016 Share Posted November 27, 2016 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> 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 20, 2017 Share Posted January 20, 2017 if you want to use the data feed to output the table in the style of the old v6 table (with no categories for now, just one list), then you can use the code in the thread below... https://forum.whmcs.com/showthread.php?122790-After-upgrading-to-v7-domain-suggessions-have-gone&p=498618#post498618 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted April 11, 2017 Share Posted April 11, 2017 Hey Everyone, I'm pleased to let you know the domain pricing page is back in V7.2 which is currently in Beta you can learn more at https://blog.whmcs.com/?t=127662 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.