lance Posted September 23, 2015 Share Posted September 23, 2015 Seems the feeds no longer work, just get blank tables where the prices used to show....... Anyone else had this? 0 Quote Link to comment Share on other sites More sharing options...
Sliffer21 Posted September 23, 2015 Share Posted September 23, 2015 No issues here. The feed is working just fine for domains and also products for us. 0 Quote Link to comment Share on other sites More sharing options...
lance Posted September 23, 2015 Author Share Posted September 23, 2015 Working fine on the domain lookup pages, we though have a separate page to display prices that is now working.... Here is our code that worked pre upgrade :- {literal} <style type="text/css"> table.domainpricing table.domainpricing th table.domainpricing td </style> {/literal} <script language="javascript" src="feeds/domainpricing.php"></script> Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
Sliffer21 Posted September 24, 2015 Share Posted September 24, 2015 Our feeds are located on a php page outside of the WHMCS installation. The feeds are pulled using the javascript code below: <script src="/*whmcs*/feeds/domainchecker.php"></script> 0 Quote Link to comment Share on other sites More sharing options...
lance Posted September 24, 2015 Author Share Posted September 24, 2015 Sliffer21 that though gives you the domain lookup facility too, we simply have a separate page with just prices on that pulls from the whmcs.... Its pulling the domain tld`s but not the pricing, prior to the upgrade it worked fine. 0 Quote Link to comment Share on other sites More sharing options...
Sliffer21 Posted September 24, 2015 Share Posted September 24, 2015 My apologies, I pasted the wrong line. <script src="/billing/feeds/domainpricing.php"></script> That works just fine for us. 0 Quote Link to comment Share on other sites More sharing options...
lance Posted September 24, 2015 Author Share Posted September 24, 2015 We get the TLDs but no pricing still with that - 0 Quote Link to comment Share on other sites More sharing options...
Sliffer21 Posted September 24, 2015 Share Posted September 24, 2015 Hmm, that's strange. Try looking at your domain prices and saving them in the admin side and see if maybe that helps. Something may have went wrong updating possibly causing the values to be NULL. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 25, 2015 Share Posted September 25, 2015 it's definitely an issue with your feed coding - the feed pricing output is empty. have you tried uploading a fresh copy of the domainpricing feed from the latest v6.1.0 download ? that should work. also, I think the way you're calling the feed is weird - you seem to be doing it twice... the first one shouldn't work, and the second one won't need the {} brackets around the url... though that isn't the reason why the output is not correct. <p> <script src="/feeds/domainpricing.php"></script> <p> </p> <style type="text/css"> table.domainpricing table.domainpricing th table.domainpricing td</style> <script language="javascript" { src="feeds/domainpricing.php"> } </script> replacing the feed with a fresh one should work... if not, PM me and i'll take a closer look. 0 Quote Link to comment Share on other sites More sharing options...
lance Posted September 26, 2015 Author Share Posted September 26, 2015 strange its picking up on the zero priced ones though... we have tried a single call also and get the same.. I`ll fire a pm over to you over the weekend Brian if that's ok . 0 Quote Link to comment Share on other sites More sharing options...
netx Posted February 4, 2016 Share Posted February 4, 2016 WHMCS ver 6.2.2 Hi, I'm able to use Feeds table.domainpricing (domainpricing.php) to list quickly all my avail domains on my page. Is there a way to filter out domains using this table call to list only specific, let's say 15 selected domains i.e .com, .net, .us, .info, .biz, etc? Or is there a custom avail PHP script you can share here? Btw, I was able to achieve retrieving selected domains and their prices using individual Feeds domain price calls (domainprice.php) but it does take too long as each is an individual call to retrieve one by one a price of register, renewal and transfer of each domain (for formatting an individual button color purpose for each domain service type). Thanks! 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.