PanoramaRick Posted March 25, 2006 Posted March 25, 2006 Pardon me for posting probably a dumb question. I have two existing stores and am creating a 3rd one. One the new, freshly installed store I can get the banner to show up. I want a banner on the two existing stores, but nothing I do makes it show up. I don't remember if I did something to turn it off, but can someone offer a suggestion to make the banner show up? Thanks.
ozcsys Posted March 25, 2006 Posted March 25, 2006 Pardon me for posting probably a dumb question. I have two existing stores and am creating a 3rd one. One the new, freshly installed store I can get the banner to show up. I want a banner on the two existing stores, but nothing I do makes it show up. I don't remember if I did something to turn it off, but can someone offer a suggestion to make the banner show up? Thanks. Usually the reason the banners will not show up is an incorrect group name. Look in your includes/footer.php file and make sure that you are using the exact same group name in you admin. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
PanoramaRick Posted March 25, 2006 Author Posted March 25, 2006 Usually the reason the banners will not show up is an incorrect group name. Look in your includes/footer.php file and make sure that you are using the exact same group name in you admin. Thank you, thank you, thank you!!! That was driving me crazy. Did I say Thank you?
laurelsstitchery Posted April 5, 2006 Posted April 5, 2006 I'm having this exact same problem. In addition, I can't seem to figure out where to specify the group name in footer.php? Here's the code from that file: </td> </tr> </table> <?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 } ?> Please let me know what I need to do to get my banners working. :) Laurel
laurelsstitchery Posted April 5, 2006 Posted April 5, 2006 Duh. I figured it out. The group name should be 468x50. Duh. :) I'm having this exact same problem. In addition, I can't seem to figure out where to specify the group name in footer.php? Here's the code from that file: </td> </tr> </table> <?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 } ?> Please let me know what I need to do to get my banners working. :) Laurel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.