View Single Post
  #1  
Old 11-08-2010, 07:09 AM
 
jvolvovski jvolvovski is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 46
 

Default Display Manufacturer Name on Products Page

Hi,
I am trying to show the Manufacturer name (and link to the manufacturer) on the products pages.

In the products_t.tpl adding
Code:
<a href="manufacturers.php?manufacturerid={$product.manufacturerid}">{$product.manufacturer}</a>
doesn't produce any results.

If I put the same code in the product.tpl page, it displays the manufacturer correctly.

Any ideas how I can add it to the products page? Is there something missing from the php file?

Thanks,
Jenny
__________________
Version 4.3.2
Reply With Quote