Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove the Welcome Guest line.


Ausgirl

Recommended Posts

Hello,

 

I would like to remove this line from the home page as I have a loginbox. I dont want to delete it as I may want it back sometime. I would just like to add // in front of it to make it disappear. I tried this but was doing it in the wrong file as it was showing GREET_USER_TEXT instead.

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

Much Appreciated

Link to comment
Share on other sites

catalog/index.php about line 301

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

add your // like this

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

This will however leave a space across the page due to the html for a table row.

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...