Tom Wilson Posted May 19, 2019 Share Posted May 19, 2019 Hello! I'd like to add some text into a page inside WHMCS saying "Hello, <client first name>' - is this possible? If so, how? Thank you 🙂 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 19, 2019 Share Posted May 19, 2019 Just now, Tom Wilson said: I'd like to add some text into a page inside WHMCS saying "Hello, <client first name>' - is this possible? yes. Just now, Tom Wilson said: If so, how?  it depends on what page and where you want to do it! 🙂 one obvious way, and i'm assuming the client is logged in (otherwise knowing their name would be tricky), would be to use {$clientsdetails.firstname) in any of the templates, e.g Hello, {$clientsdetails.firstname} depending on the template you want to show this in, you could check if the user is logged in before outputting the welcome message... you could also use a hook, but that has limited options when specifying where you want to output the message. 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.