Jump to content

[SOLVED] Load Manufacturer Description In Product Pagge


Recommended Posts

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

×
×
  • Create New...