Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "Welcome Guest!"


Guest

Recommended Posts

Posted

After a painstaking process, I finally got the "Purchace without an account" contribution intalled on my 2.2 CVS of the osCommerce. (Thanks for the help getting this installed to all who answered my questions!).

 

Anyway, I no longer need the text that says, "Welcome Guest! Would go like to sign in or create an account?" I looked in the default.php file in the English folder, but didn't see anything that resembled this. How do I remove that sentence?

Posted

catalog/includes/languages/english.php

 

Search for the term 'welcome' and you will find it.

Posted

I did something wrong. I deleted the following lines from the english.php file:

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

 

And at the top of my store, this shows up now:

TEXT_GREETING_GUEST

 

How do I get rid of THAT!?!?

Posted

default.php comment out this line:

 

<td class="main"><?php echo tep_customer_greeting(); ?></td>

 

About line 354

Steve

-------------------------

Archived

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

×
×
  • Create New...