andihosting Posted August 5, 2009 Share Posted August 5, 2009 I am trying to find out a way to welcome back a customer at my main page. (if) logged in. is there a way to include the greeting message at the top when a customer visits the billing system again? 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted August 13, 2009 Share Posted August 13, 2009 yes there is you can use this system code Welcome Back {$clientsdetails.firstname} {$clientsdetails.lastname} that will display Welcome Back Joe Smith as an example 0 Quote Link to comment Share on other sites More sharing options...
InteraNetworks Posted August 14, 2009 Share Posted August 14, 2009 You could try this too! (Edit code as neded) {if $loggedin} Welcome back {$clientsdetails.firstname}! You currently have <strong>{if $clientsstats.numdueinvoices>0}{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}{/if}</strong> in invoices due. | <a href="logout.php">{$LANG.logouttitle}</a> {else} <form method="post" action="http://www.YOURWEBSITE.COM/dologin.php?goto=clientarea"><input type="hidden" name="token" value="FROMYOURINTEGRATION LINK" />Login Email: <input type="text" name="username" size="20"> Password: <input type="password" name="password" size="12"> <input type="submit" value="Login"></form>{/if} 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.