Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the OSCommerce image title?


justpete

Recommended Posts

Posted

Hi.

 

How do I remove the main OSCommerce picture and replace it with the picture of my store?

 

Sorry if this is a stupid question but i'm a newbie.

 

Cheers

Posted
Hi.

 

How do I remove the main OSCommerce picture and replace it with the picture of my store?

 

Sorry if this is a stupid question but i'm a newbie.

 

Cheers

Search for oscommerce.gif in includes/header.php and replace it with your own header image.

"Resistence is Futile"

Posted
Furthermore, how can I remove the banner below?

Go to includes/footer.php and remove the lines:

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
 </tr>
</table>

"Resistence is Futile"

Archived

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

×
×
  • Create New...