Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I change welcome message ?


sergiojg

Recommended Posts

catalog\includes\languages\english\index.php

 

Look for:

 

define('HEADING_TITLE', 'Welcome to ' . STORE_NAME);

 

And

 

catalog\includes\languages\english.php

 

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>?');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...