mozack Posted September 9, 2010 Share Posted September 9, 2010 Hi,How can we load the manufacturer description in product page? Is possible to show text about the current product manufacturer and place it in other Hook than the pre defined in for products?RegardsMozack Link to comment Share on other sites More sharing options...
rocky Posted September 9, 2010 Share Posted September 9, 2010 Change line 197 of product.php from: 'product_manufacturer' => new Manufacturer(intval($product->id_manufacturer)), to: 'product_manufacturer' => new Manufacturer(intval($product->id_manufacturer), intval($cookie->id_lang)), Then put the following in product.tpl where you want to display the manufacturer description: {$product_manufacturer->description} Link to comment Share on other sites More sharing options...
mozack Posted September 9, 2010 Author Share Posted September 9, 2010 Hi,Thanks, your help is so usefull, thanks, thanks... Link to comment Share on other sites More sharing options...
Recommended Posts