View Single Post
  #1  
Old 11-10-2005, 02:53 PM
 
superfish superfish is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 32
 

Default Modifying product page header

I currently have the following code in my head.tpl page:

Code:
{if $main eq "manufacturer_products"} <table cellspacing="0" cellpadding="0" border="0" width="800"> <tr> <td>[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td>[img]{$ImagesDir}/header/header_{$manufacturerid}.jpg[/img]</td> </tr> </table>{/if}

It works great at advertising the different manufacturers on their manufacturer page - is there a way to modify this so that it will appear on product pages? Each product only has one manufacturer, so it stands to reason it's a simple adjustment in the code. Any help would be appreciated!

Matt
__________________
X-Cart Pro v4.0.16
X-AOM
X-RMA
X-Special Offers
X-Gift Registry
Reply With Quote