Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TEXT_GREETING_GUEST


Recommended Posts

You need to either go back into the language file and add

define('TEXT_GREETING_GUEST', '');

 

or go into your index.php and look for the lines

<tr>

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

</tr>

 

and remove them or change them to

<tr>

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

</tr>

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...