Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

could someone remove my oscommerce logo for me?


lesley26

Recommended Posts

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

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

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

 

 

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

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.

 

 

go you root image directory and delete oscommerce.gif file .

 

:thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...