Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oscommerce banner?


dets03ab

Recommended Posts

Posted

Hi guys I have made one banner i want to use in the bottom og my site, and I use the admin to insert the banner in a 600x400 format - but the banner does not show? I have activated and all but the banner does not appear at all in my site, what might i do to correct it? How can I make it show?

Posted

Hi everyone,

 

I have the same problem and I JUST DON't get it !

 

Here's the code I put in my header.php file (the same as footer.php) in order to display banners from the administration.

 

<table cellpadding=0 cellspacing=0 border=0 id="headpanier">
	<tr>
		<td width="650px" align="middle">

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>

<?php echo tep_display_banner('static', $banner); ?></td>

<?php
 }
?>
   </tr>
</table>

 

And here's my administration panel in the Banner Manager category :

 

http://img507.imageshack.us/img507/160/image5ff1.png

 

Do you please see something wrong ? I activated the banner "SOLDEEEEES", I did upload the image file right. So I really don't get why it's not showed on my osc. :'(

 

Thanx in advance for you help.

Archived

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

×
×
  • Create New...