Manufacturer

Hey,



It is possible to display the selected manufacturer by a productdetail?



best greatings



David Hohl


{php}
$manufacturer = fn_get_manufacturer_data($this->_tpl_vars['product']['manufacturer_id'], $cart_language);
$this->assign('manufacturer', $manufacturer);
{/php}
{include file="addons/manufacturers/manufacturer.tpl" }




But is this the best way?



best greatings



David

Has anyone solved this with a better solution yet?



I need to output the current product manufacturers name and can’t find a logical way to do it.



This way feels like too much code even if it works.