Guest Posted March 28, 2013 Share Posted March 28, 2013 I'm trying to display the domain prices on their own page, which is user friendly, I've hit rock bottom and the WHMCS support had no idea how to do this or help me one of the other. This is what I'm trying: {foreach from=$tldpricelist item=tldpricelist} <div class="well2" style="float: left;"> <div class="styled_title"> <h1>{$tldpricelist.tld}</h1> </div> <p>{$tldpricelist.register}</p> <input type="submit" value="Order" class="btn btn-primary" /> </div> {/foreach} Can anyone help me please. 0 Quote Link to comment Share on other sites More sharing options...
agarzon Posted April 16, 2013 Share Posted April 16, 2013 tldpricelist is not a global variable (shame), so you have to run your own query to get the prices and set your array. 0 Quote Link to comment Share on other sites More sharing options...
lance Posted April 16, 2013 Share Posted April 16, 2013 theres some code in the docs section for data feeds...... http://docs.whmcs.com/Data_Feeds that may help you 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.