Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

banners


spunkurmonkey

Recommended Posts

Posted

You should learn how to add banners in osc admin area.

 

and put codes below to the place of your banner:

<?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
 }
?>

Everyone is changing the world.

Everyone is a world.

For everyone needs my help, PM or email if I amn't online.

Archived

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

×
×
  • Create New...