ptomter Posted April 21, 2019 Share Posted April 21, 2019 In the domain price matrix (domainregister.tpl) we have ($price.register) ($price.transfer) ($price.renew) Does it exist something for the Redemption fees for domain? It would be nice showing customers this. Looked in the Documentation and search the community, cant find anything on this matter. Please advice. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 22, 2019 Share Posted April 22, 2019 13 hours ago, ptomter said: Does it exist something for the Redemption fees for domain? It would be nice showing customers this. Looked in the Documentation and search the community, cant find anything on this matter. Please advice. there are two answers to this... firstly, there is a little known separate domain pricing page that was introduced in an earlier v7 release... it only received a passing mention by one of the WHMCS guys during a beta period, and AFAIK, it isn't officially documented... but if you go to /domain/pricing you should be able to find the page on your site - actual URL might be different depending on your Friendly URLs settings though... but that shows grace/redemption periods and fees by default. secondly, the other way would be to modify the domainregister.tpl template to show grace/redemption periods & fees - all the information is already in the array, so it's just a case of editing the template to show whatever you want to show. on a practical level, you may not be able to show grace periods as, unlike the separate pricing page, the cart will show sidebars by default and that limits the amount of space available for additional columns in the table... if it helps, i've attached a modified version of the v7.7.1 standard_cart domainregister.tpl template that shows the above output as a starting point for any changes you want to make. one other thing, again rarely mentioned in the documentation, but you can add the pricing table to the transfer page, if you want to show the user how much transfers will be per TLD.... you just need to copy the table code from domainregister.tpl to domaintransfer.tpl - probably little point in showing the featured TLDs or the categories (they wouldn't work by default as the JS is missing from the template) - but i've added the table & JS to the template and attached if others want to use it. domainregister.tpl domaintransfer.tpl 3 Quote Link to comment Share on other sites More sharing options...
dakisthess Posted March 13, 2020 Share Posted March 13, 2020 Hello, can you please brian! upload again those files, because links are not working.. i would like to add also grace and redemption fee on domain matrix :) Thanks a lot 0 Quote Link to comment Share on other sites More sharing options...
ptomter Posted March 16, 2020 Author Share Posted March 16, 2020 On 4/22/2019 at 10:04 AM, brian! said: you just need to copy the table code from domainregister.tpl to domaintransfer.tpl - probably little point in showing the featured TLDs or the categories (they wouldn't work by default as the JS is missing from the template) - but i've added the table & JS to the template and attached if others want to use it. domainregister.tpl domaintransfer.tpl Hi @Brian, please upload the files again as we cant download (file doesnt exist) 1 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.