Basil-Brush Posted March 12, 2004 Share Posted March 12, 2004 Hi - I've just satrted using the OS admin functions, and i'm having a problem with the simplest of things - my shop logo. I go to configuration and change my product image sizes fine. But i cannot actually find where to change my loaded shop logo image and resize this. If you could let me know how to do this that would be great - am not the most tecchy person out there but usually i just try everything until i understand things, but for some reason i'm obviously not seeing something that's probably really obvious. Cheers, Will Link to comment Share on other sites More sharing options...
ptrau Posted March 12, 2004 Share Posted March 12, 2004 Open file catalog/includes/header.php and edit it to reflect the name of "oscommerce.gif" to the name of your logo image. <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Your logo must be loaded in the catalog/images directory. PS...alway search the boards before posting a question...this has been answered a 1000 times. "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!" Link to comment Share on other sites More sharing options...
Dakota Posted March 12, 2004 Share Posted March 12, 2004 I never understood the people who take the time to read a post, answer it at length and then tell the poster that he shouldn't have asked the question. ps Wiki "documentation" needs a lot more organization to be of any help. Link to comment Share on other sites More sharing options...
Guest Posted March 12, 2004 Share Posted March 12, 2004 Alternatively, rename your existing logo to oscommerce.gif and upload it to your images folder, overwriting the existing one. It will automatically display at the correct size without the need to change the code. Link to comment Share on other sites More sharing options...
Basil Brush Posted March 12, 2004 Share Posted March 12, 2004 Cheers! :rolleyes: Will. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.