Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! store logo and banner!


shuguzi

Recommended Posts

I am trying to change the store logo, but it does not work...

I replaced the catalog/images/store_logo.png to my own image, but it still display the osCommerce logo...

 

and the banner at the bottom... only the osCommerce one works... I tried to add a new one, not appear... tried to edit the osCommerce one, still not appear...

 

Can anyone can help?

Link to comment
Share on other sites

I got the logo done... but still have problem with banner...

 

Post the code you have for the banner here - footer.php. What group are you putting the banner into in the Admin section for Banner manager. You have to upload your banners to catalog\images\banners

Link to comment
Share on other sites

Post the code you have for the banner here - footer.php. What group are you putting the banner into in the Admin section for Banner manager. You have to upload your banners to catalog\images\banners

 

 

i have not changed any code in the footer.php...

 

what i did is go to the banners manager, select to add a new banner... then put my own size of the picture... upload the image to the catalog\images\banners...

 

is there something wrong?

 

what is the correct way to add a banner?

Link to comment
Share on other sites

i have not changed any code in the footer.php...

 

what i did is go to the banners manager, select to add a new banner... then put my own size of the picture... upload the image to the catalog\images\banners...

 

is there something wrong?

 

what is the correct way to add a banner?

 

<?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>

<?php

 

I don't think the Admin allows you to define the width. '468x50' refers to a group. So if you added a banner with a different group name then you are going to have to edit the code above accordingly.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...