Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

location of oscomerce.gif


Gap30

Recommended Posts

Posted

Where is oscommerce.gif located? Can I substiture a .jpg file for .gif? Want to put my logo in the header found basic direction in tips and tricks as follows:

 

Open up the file header.php and change oscommerce.gif to your own image file name, and change this one 'osCommerce' to your store name. (the file is located in the includes folder)

 

It looks like this:

 

 

CODE

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

 

Thanks;

Greg

Posted
Where is oscommerce.gif located? Can I substiture a .jpg file for .gif? Want to put my logo in the header found basic direction in tips and tricks as follows:

 

Open up the file header.php and change oscommerce.gif to your own image file name, and change this one 'osCommerce' to your store name. (the file is located in the includes folder)

 

It looks like this:

CODE

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

Thanks;

Greg

 

It's in the images directory :

catalog/images/

 

You could also just Save your images as : oscommerce.gif and upload it to the images/ directory.

Then you do not have to edit the header.php file

 

david

Posted
It's in the images directory :

catalog/images/

 

You could also just Save your images as : oscommerce.gif and upload it to the images/ directory.

Then you do not have to edit the header.php file

 

david

 

Thanks David ! Just needed to know were to put and I like to keep a backup- of orginal I've been known to delete wrong file

Archived

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

×
×
  • Create New...