melanieh Posted October 7, 2010 Posted October 7, 2010 I have a site: https://www.happyhousewares.com/index.php that I would like, when the customer logs in for it to say "Welcome, firstname" or something like that. I have read several posts on editing, etc. but can't seem to find information on how to add that to the site. There is some info in the english.php file about the greeting, but there is no box that shows that. Here is the info in the english.php file. define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?'); define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>'); define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); I am fairly new at this so any guidance is appreciated. Thanks. m
multimixer Posted October 7, 2010 Posted October 7, 2010 You can add <?php echo tep_customer_greeting(); ?> to where you want the greeting to appear My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.