Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banners which link to my category lists


Zaaron

Recommended Posts

Posted

Hi Guys.

 

I have a template which I have modified sucessfully but I am having trouble with five banners which are listed on my hompage (header.php) and link to me categories. www.artlessimpact.com.au

 

The code in header.php reads;

 

<table border="0" cellpadding="0" cellspacing="19" bgcolor="#FFFFFF" class="banner_3">

<tr>

<td><?php if ($banner = tep_banner_exists('dynamic', 'banner3')) { echo tep_display_banner('static', $banner); }?></td>

<td><?php if ($banner = tep_banner_exists('dynamic', 'banner4')) { echo tep_display_banner('static', $banner); }?></td>

<td><?php if ($banner = tep_banner_exists('dynamic', 'banner5')) { echo tep_display_banner('static', $banner); }?></td>

<td><?php if ($banner = tep_banner_exists('dynamic', 'banner6')) { echo tep_display_banner('static', $banner); }?></td>

<td><?php if ($banner = tep_banner_exists('dynamic', 'banner7')) { echo tep_display_banner('static', $banner); }?></td>

</tr>

</table>

 

Five sqaure abnners appear in a row on teh homepage and when they are clicked refer to a differetn category of products..

 

I want to change teh direction of these links.. say to /index.php?cPath=21 but cant find the code I need to change.. I'm not a php coder so need some assistance with linking.. any solutions welcome.

 

Regards

Zaaron

Posted

woow how easy was that!! Thanks this is correct Banner manager has all teh items listed and their links!! thanks heaps.

Archived

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

×
×
  • Create New...