Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get Rid of Welcome Guest


decolmtd

Recommended Posts

The easiest way would be to open your index.php file and around line 300 find

 


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

 

and change it to

 


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

 

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...