Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

default.php


Guest

Recommended Posts

Posted

i want to remove the "welcome guest" blurb on the home page. i read somewhere to remove the line from default.php but for the life of me I cannot find this file, anyone know where it is located?

Posted

The earlier versions of osc had a default.php, it is now called index.php and that is where you can remove the code that calls for welcome guest or you can remove the text from includes > languages > english.php line 286

 

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

 

to this:

 

 

define('TEXT_GREETING_GUEST', '');

Archived

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

×
×
  • Create New...