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