Guest Posted December 22, 2004 Share Posted December 22, 2004 Very dumb questions: I cannot find this path "http://spiffyshades.com/images/oscommerce.gif" to change the logo on the catalog to my logo, I found the admin one - but I need the public viewing one - thanks...sorry for the dumb question - been a long day Link to comment Share on other sites More sharing options...
Guest Posted December 22, 2004 Share Posted December 22, 2004 sorry, found it, i will look more before writing Very dumb questions: I cannot find this path "http://spiffyshades.com/images/oscommerce.gif" to change the logo on the catalog to my logo, I found the admin one - but I need the public viewing one - thanks...sorry for the dumb question - been a long day <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
heidy Posted December 22, 2004 Share Posted December 22, 2004 sorry, found it, i will look more before writing <{POST_SNAPBACK}> hello you only need put the banner en your ftp in this adrees "http://spiffyshades.com/images/aqui pones tu banner.gif in your ftp ofter you put this link in the adress for banner ok Link to comment Share on other sites More sharing options...
mhormann Posted December 22, 2004 Share Posted December 22, 2004 Then again, you can go for the 'complicated' way... /catalog/includes/header.php, change to: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . str_replace(' ', '_', STORE_NAME) . '.gif', STORE_NAME . ' ' . HEADER_TITLE_CATALOG) . '</a>'; ?></td> and put a file in your /catalog/images/ directory that is EXACTLY spelled like your Store Name but with underscores instead of blanks, plus 'dot gif'. Example: My_Shopping_Mall.gif SCNR... ;-) I don't want to set the world on fire—I just want to start a flame in your heart. osCommerce Contributions: Class cc_show() v1.0 – Show Credit Cards, Gateways More Product Weight v1.0 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.