Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edit the index page


pspintl

Recommended Posts

How can I edit the index page? which reads...

 

'Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?'

 

I cannot find any function to do this in the admin area.

 

Thanks.

Jack

Link to comment
Share on other sites

Open catalog/includes/languages/english.php and look for these lines.

 

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...