Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "Welcome Guest! Would you like..."


Web_Builders

Recommended Posts

you can find what your looking for in the languages > english.php file.

 

it's around line 279.

 

hope this helps.

 

I commented out the following three lines of code:

/*

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

*/

 

But now that space displays: 'TEXT_GREETING_GUEST'

To see it live goto the following URL:

 

http://www.realestatewebbuilders.com/catalog

 

Thanks

Link to comment
Share on other sites

Un-comment the above code, it won't do what you want. And go to:

 

/catalog/default.php Line approx: 343 And comment out the php part of this line.

 

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

Steve

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

Link to comment
Share on other sites

Notice that I already commented the line with // tags in the above code. Or you can use the HTML comments <!-- //--> to comment out the whole <td> line. Both will work.

Steve

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

Link to comment
Share on other sites

Un-comment the above code, it won't do what you want. And go to:

 

/catalog/default.php Line approx: 343 And comment out the php part of this line.

 

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

 

Thanks Steve that worked.

 

BTW Do you know how to comment out a data field (Suburb) from the

Shipping address and Billing address?

Is there a way to eliminate the Shipping Information page?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...