Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

banner wont display in footer?


Guest

Recommended Posts

Posted

Hi Guys

 

This is the code i have in footer.php, at the very very bottom:

-------------------------------

 

<?php

if ($banner = tep_banner_exists('dynamic', '468x60')) {

?>

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

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

</tr>

</table>

<br>

<?php

}

?>

---------------------------------

Iv setup the banner under banners in admin tools. I didnt specify any dates. Nor any impressions/views. Nor any HTML code. the banner I loaded is 468x60. It displays fine when i preview it in admin tools.

 

the site in question is www.russellcampbellracing.co.za/store/index.php

 

any help appreciated! Thanks!

X

Posted

found the issue... apologize for unecessary post.

Posted

When you add a banner, the banner group has to be 468x50 (this is a group name, not a dimension).

 

Then go to admin>tools>banner manager

 

Assign it to the 468x50 group

 

Make sure you read all of the info on that page too

 

 

 

Will you post the fix? I am having the same problem. Thanks

Archived

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

×
×
  • Create New...