ags Posted November 30, 2014 Share Posted November 30, 2014 Is there anyway I can show a client's email address by using a smarty variable on a page in whmcs? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 30, 2014 Share Posted November 30, 2014 yes, but how will depend on if you can access it directly or need to query the database for it... if it's available (only when client is logged in), it can usually be accessed by {$clientsdetails.email} if that doesn't work, add {debug} to the end of the code for the template you want to display the email address it; log into the client area as a client and then visit the intended page in the browser... a popup window should then open showing a list of available variables and arrays - if the email address is in their, you will be able to use the variable to display the email address. 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.