RYAN-E Posted February 5, 2015 Share Posted February 5, 2015 Dear friends , hi How can I show the whmcs price list in a table for example something like this ....... | Register | Transfer | Renewal | -------------------------------------- .Com | 9.0 usd | 9.0 usd | 10.0 usd | .net | 9.0 usd | 9.0 usd | 10.0 usd | .org | 9.0 usd | 9.0 usd | 10.0 usd | for instance like this website onlinenic.com/domain-price I'm not going to make a html page to show price list I want to show the prices which I have entered in whmcs Thanks alot....... 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 5, 2015 Share Posted February 5, 2015 if you just want to show domain prices, you could use Data Feeds - http://docs.whmcs.com/Data_Feeds#Domain_Pricing_Table just add the code below to your template... <script language="javascript" src="feeds/domainpricing.php"></script> you can edit the code in the above .php file to adapt it to your site, e.g remove "Min Years" column. 0 Quote Link to comment Share on other sites More sharing options...
RYAN-E Posted February 7, 2015 Author Share Posted February 7, 2015 thanks alot dear Brian! It was exactly that I was looking for..... 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.