Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where do you change this text?


MysticBlues

Recommended Posts

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

 

line 281 in my languages/english.php

 

 

:D

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

Where do you change the following text? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

catalog\includes\languages\english\index.php

 

(or replace "english" with whatever language you are using)

 

 

now edit the php script, and goto the line that starts with

 

define('TEXT_MAIN', ' Welcome guest... ');

 

now just replace "welcome guest....." with what u want it to say, thats it :)

Link to comment
Share on other sites

the file you want is in catalog/includes/languges/english.php at the bottom most of the way down you will find this/////

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>?'); as far as how to center it im not to sure i guess you could try putting it in a table and centering it that way just be sure to keep a back up copy before working on it.hope this helps

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...