bridgetnz Posted August 17, 2011 Posted August 17, 2011 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
germ Posted August 18, 2011 Posted August 18, 2011 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 >
Guest Posted August 18, 2011 Posted August 18, 2011 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
bridgetnz Posted August 19, 2011 Author Posted August 19, 2011 Probably in /includes/header.php But it's a template - not standard osC - so it could be anywhere. :blink:
bridgetnz Posted August 19, 2011 Author Posted August 19, 2011 Thanks so much, all sorted, you guys are awesome !! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.