Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help TEXT_GREETING_GUEST


starcad

Recommended Posts

Posted

I need some help in finding this TEXT_GREETING_GUEST. I've commented out the part in /english/index.php, however when I refresh the page I get this TEXT_GREETING_GUEST.

 

 

 

Here is the page address

 

 

 

http://www.rcxjets.com/

 

 

 

Thanks - Guy

Posted
I need some help in finding this TEXT_GREETING_GUEST. I've commented out the part in /english/index.php, however when I refresh the page I get this TEXT_GREETING_GUEST.

 

 

 

Here is the page address

 

 

 

http://www.rcxjets.com/

 

 

 

Thanks - Guy

 

 

ok look in (catalog)/includes/languages/english.php and look for this should be round line 316:

 

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

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
ok look in (catalog)/includes/languages/english.php and look for this should be round line 316:

 

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

 

 

 

Thanks Wade however those are the lines I commented out and that is causing the error or more, the text to pop up. It is being written by a call somewhere in a file in the content section however I'm not sure whare that file is or where it is being generated.

 

 

 

Guy

Posted

If you want to remove it from your site, you need to open your catalog/index.php (as opposed to your catalog/includes/languages/english.php) and look for code that should look something like this: <td><?php echo TEXT_GREETING_GUEST; ?></td>

 

Remove everything between the td tags.

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Posted
If you want to remove it from your site, you need to open your catalog/index.php (as opposed to your catalog/includes/languages/english.php) and look for code that should look something like this: <td><?php echo TEXT_GREETING_GUEST; ?></td>

 

Remove everything between the td tags.

 

 

 

Thanks Gil I found it about 15 minutes before signing on back here to let people know that "I found it, problem resolved".

 

 

 

Thanks for your reply and as always thanks for the help.

 

 

 

Guy

Archived

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

×
×
  • Create New...