Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Title & Login/Register text


kabbage

Recommended Posts

Posted

Ok, as you'll see from my staging server - I just got started with osCommerce and I apologize in advance if I've missed the boat on this, but for the life of me I can't figure out how to get rid of the following:

 

>HEADER_TITLE table_background_default.gif

>

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

 

Is it the root index.html or the /includes/languages/english/index.php that contro; them or a scary combo of both? Any help would be greatly appreciated.

 

Here's my staging server: http://kabbage.net/oscommerce/index.php

 

Thanks again for any help!

 

- kabbage

Posted
Ok, as you'll see from my staging server - I just got started with osCommerce and I apologize in advance if I've missed the boat on this, but for the life of me I can't figure out how to get rid of the following:

 

>HEADER_TITLE table_background_default.gif

>

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

 

Is it the root index.html or the /includes/languages/english/index.php that contro; them or a scary combo of both? Any help would be greatly appreciated.

 

Here's my staging server: http://kabbage.net/oscommerce/index.php

 

Thanks again for any help!

 

- kabbage

 

First I'm no expert but I removed both the image and the greeting by commenting them out. I didn't want to remove the code incase I wanted it back at a later date. Sure there are 100s of ways to do things but this worked for me.

 

In catalog/index.php of a stock layout some where around line 290 and below look for:

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Further down

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

 

To comment them out I just added // directly infront of the "echo" in each line. Just took a couple of minutes and then it no longer displayed.

 

-- Mindy

Archived

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

×
×
  • Create New...