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