I have added the following code in product.tpl:
Code:
<a href="manufacturers.php?manufacturerid={$v.manufacturerid}"><u>{$product.manufacturer}</u></a>
This shows the manufacturer name of the product shown and it's clickable
but the url goes to
manufacturers.php?manufacturerid= without the manufacturer's id behind it; is there a way to get this done?