Anyone could help me? Thanks a lot.
The banner is not displayed on my web shop skytechking.com. i have chosen the banner group"480x50", but it still doesn't show, it shows in the bottom.
I restore the original file footer.php, the banner area goes blank, it still shows in the bottom.
then i installed the banner box, installed under module/box successfully. but the banner still show in the bottom.
i edit footer.php
<?php
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
to
<?php
if ($banner = tep_banner_exists('dynamic', 'banners')) {
?>
<br>
the banner still doesn't show correctly.
My footer.php code is
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright © 2010 osCommerce
Released under the GNU General Public License
*/
//require(DIR_WS_INCLUDES . 'counter.php');
?>
<?php
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<div class="grid_24" style="text-align: center; padding-bottom: 20px;">
<?php echo tep_display_banner('static', $banner); ?>
</div>
<?php
}
?>
<script type="text/javascript">
$('.productListTable tr:nth-child(even)').addClass('alt');
</script>
Any one could help me? or tell me how to make the banner show. Thanks very much.
Juby