OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Banner On Top
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Tips and Tricks
pristis
To show banner in header, open catalog/includes/header.php and place this code:

CODE


if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" align="center" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
  </tr>
</table>
<?php
}
Vene88
can u tell me how to put a banner in bottom of the page?
kycnotes
/catalog/includes/footer.php. Insert your HTML for the banner there.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.