Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "Welcome customer! Would you.."


Zuncan

Recommended Posts

Posted

Hi!

 

I want to remove the welcome message on the first page at the topp of the main column that says:

 

"Welcome customer! Would you like to log in now or create a account?"

 

Where can I find that code. And what code should I remove?

 

/Zuncan

So what?! Who care in a hundred years anyway?

Posted

In catalog index, change this:

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

to this:

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

 

The_Bear

Posted

well, u can also change it in the include/english.php file

 

:)

Archived

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

×
×
  • Create New...