Не могу разобраться с файлом catalog/controller/product/category.phpПодскажите, где нужно вставить указанный код?
Вставил после:
$this->data['products'][] = array(
'id' => $result['product_id'],
'name' => $result['name'],
'model' => $result['model'],
'rating' => $rating,
'stars' => sprintf($this->language->get('text_stars'), $rating),
'thumb' => $this->model_tool_image->resize($image, this->config->get('config_image_product_width'), $this->config->get('config_image_product_height')),
'price' => $price,
'options' => $options,
'special' => $special,
'href' => $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/product&path=' . $this->request->get['path'] . '&product_id=' . $result['product_id']),
'add' => $add
);
}Но в категории (под списком подкатегорий) выдает только текст "Новинки категории <имя категории>" :(