Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change GreetUser (%s)


burtoni

Recommended Posts

Posted

On the log-in page, the welcome message comes up:

 

 

Welcome back Robert!

 

How and where can I change the configuration (maybe "class": GreetUser?) so that the Surname (last name) is shown instead of the first name?

Posted

I found out from the create_account.php that EMAIL_GREET_MR gives the Surname of the person:

define('EMAIL_GREET_MR', 'Bonjour M. %s,' . "\n\n");

 

Now how do I implementate that into my code in the english.php file, so that the first name is no longer given? (about line 286)

define('TEXT_GREETING_PERSONAL', 'Welcome <span class="greetUser">%s!</span>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...