Метод, который работал под 1.5 не работает
<file path="catalog/controller/product/manufacturer.php">
<operation>
<search><![CDATA[
if ($result['meta_h1']) {
]]></search>
<add position="before"><![CDATA[
if ($result['image']) {
$image = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_category_width'), $this->config->get('config_image_category_height'));
} else {
$image = false;
}
]]></add>
</operation>
<operation>
<search><![CDATA[
'name' => $name,
]]></search>
<add position="after"><![CDATA[
'thumb' => $image,
]]></add>
</operation>
</file>catalog/view/theme/coloring/template/product/manufacturer_list.tpl
вызываем внутри цикла производителей:
<?php echo $manufacturer['thumb']; ?>