Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Shop Name in Header/Banner


bridgetnz

Recommended Posts

Posted

Hello everyone :rolleyes: Can someone tell me how to change the shop name in the header/banner? Currently it reads 'snuggle feet nz' which is great, but under that it says 'great shop'. This is what I want to remove, but can not find where/how to do this.

Thanks in advance

Posted

Probably in /includes/header.php

 

But it's a template - not standard osC - so it could be anywhere.

:blink:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Bridget,

 

Your version of osCommerce requires you to upload your banner image into the /images directory and also change this code in the header.php to reflect the image name if it isn't the same as the default:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td>

 

 

However, I don't think the 'Great Shop' image is part of the logo. It appears to be part of the overall header image.

 

 

 

Chris

Archived

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

×
×
  • Create New...