I am trying to show manufacturer name in category product. adding following code show some
error
"Undefined index: manufacturer_id in C:\wamp\www\pcc\catalog\controller\product\category.php"
$this->load->model('catalog/manufacturer');
$manufacturer = $this->model_catalog_manufacturer->getManufacturer($result['manufacturer_id']);
please give me some idea i want to show manufacturer name with each product in category page.