Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Homepage Banner


damianhope

Recommended Posts

Hi,

 

Is it possible to have a banner which will only display on the homepage? Its going to be a big banner showing some of the latest offers, I would like to add it just below the header if possible. You can see my site here: http://tinyurl.com/2uzvj3p

 

Thank you in advance for any help.

 

Damian

 

Yes.

Create a new banner group in the admin.

Then copy the banner php code from either footer or headr, but change the banner group name.

Something like the following.

Insert that into index.php, the third column in table in index.php, and then create banners the exact size you need them.

 

 

 

<?php

if ($banner = tep_banner_exists('dynamic', '***YOUR BANNER GROUP NAME HERE***')) {

?>

 

<?php echo tep_display_banner('static', $banner); ?>

oscommerce_community_forums.gif
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...