d4rkbl4de Posted June 20, 2014 Share Posted June 20, 2014 (edited) Hello! Pretty straightforward, i'm trying to add the manufacturer name on the product pages but in a link to the manufacturer page. I managed to make the name appear but it isn't linked. <span>{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</span> Any help appreciated!Thanks! Nevermind! Found it! For those who are searching for it, it's <a href="{$link->getPageLink('manufacturer.php')}?id_manufacturer={$product->id_manufacturer}" title="{$product->manufacturer_name|escape:'htmlall':'UTF-8'}">{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</a> Edited June 20, 2014 by d4rkbl4de (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 21, 2014 Share Posted June 21, 2014 hello follow instructions here: manufacturer link on product page Link to comment Share on other sites More sharing options...
Recommended Posts