lesley26 Posted May 29, 2005 Share Posted May 29, 2005 I am completly new to all this and cannot seem to download. I can only access my oscommerce through the net my site is up and running but looks a mess. i have absolutley no idea what i am doing but i can add products ok. i just need someone to remove the oscommerce logo and replace with my logo and remove the login info. I have studied the knowledge base but i cannot work it out. Would anyone be prepared to do this for me? Thanks Link to comment Share on other sites More sharing options...
FalseDawn Posted May 29, 2005 Share Posted May 29, 2005 look in includes/header.php for the code below: replace oscommerce.gif with your header image file. You'll never learn until you do things yourself. <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table> Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2005 Share Posted May 29, 2005 I am completly new to all this and cannot seem to download. I can only access my oscommerce through the net my site is up and running but looks a mess. i have absolutley no idea what i am doing but i can add products ok. i just need someone to remove the oscommerce logo and replace with my logo and remove the login info. I have studied the knowledge base but i cannot work it out. Would anyone be prepared to do this for me?Thanks <{POST_SNAPBACK}> All you need to do is make your logo and place it in the images folder of your oscommerce directory and name it oscommerce.gif thus over writing the oscommerce logo with your own.. Mike Link to comment Share on other sites More sharing options...
lesley26 Posted May 29, 2005 Author Share Posted May 29, 2005 I'm trying to learn but i honestly have no idea where to find the file that i have to change. I can only access oscommerce online, does that make a difference? Link to comment Share on other sites More sharing options...
FalseDawn Posted May 29, 2005 Share Posted May 29, 2005 I am completly new to all this and cannot seem to download. If this problem is preventing you from editing files, you need to get hold of an FTP client - you should be able to connect to ftp://yoursite.com using the pwd and username you were given by your host. Link to comment Share on other sites More sharing options...
Digerdoo Posted May 29, 2005 Share Posted May 29, 2005 I am completly new to all this and cannot seem to download. If this problem is preventing you from editing files, you need to get hold of an FTP client - you should be able to connect to ftp://yoursite.com using the pwd and username you were given by your host. <{POST_SNAPBACK}> go you root image directory and delete oscommerce.gif file . :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.