satsuke Posted October 16, 2014 Share Posted October 16, 2014 Hi, I want to show something on my WHMCS if my customers has specified product ordered. How to do that? What product variable that I can use here? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 16, 2014 Share Posted October 16, 2014 In what page or pages do you want to display this custom content? 0 Quote Link to comment Share on other sites More sharing options...
satsuke Posted October 17, 2014 Author Share Posted October 17, 2014 In what page or pages do you want to display this custom content? Just on the clientarea. Thanks 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 17, 2014 Share Posted October 17, 2014 Products/Services variables are not available in clientareahome.tpl so you need to code your own script to add the required ones in the template. 0 Quote Link to comment Share on other sites More sharing options...
satsuke Posted October 17, 2014 Author Share Posted October 17, 2014 How about header.tpl? Is there any chance to use "PHP include" command to make it available? Thanks 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 17, 2014 Share Posted October 17, 2014 How about header.tpl? Is there any chance to use "PHP include" command to make it available? Thanks instead of PHP include you may use Action Hooks. @kian mean that product details is not available in clientarea.php (client area home page) 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.