opencart 产品类别中的制造商名称
Manufacturer name in category of products in opencart
我正在尝试在类别产品中显示制造商名称。添加以下代码显示一些
错误
"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']);
请给我一些想法,我想在类别页面中为每个产品显示制造商名称。
我正在尝试在类别产品中显示制造商名称。添加以下代码显示一些
错误
"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']);
请给我一些想法,我想在类别页面中为每个产品显示制造商名称。