Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing login section....?


Sid04

Recommended Posts

I would like to remove the login section from the center of the screen(default OSC login section).

 

if I simply remove this:

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

 

from /catalog/index.php, will that be the proper way of doing it? Also, If I would simply want to change that section.....where can that be done(I didnt see it in the English pages)?

 

Thanks for any help.

Link to comment
Share on other sites

Either remove it or add // before echo. Check either index.php or english.php, can't remember which one, but I think it's in english.php

 

for some reason adding the "//" wasnt working.....was actually messing things up, so I removed it. I just wanted to make sure that wouldnt impact anything else.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...