Код (спасипотому что, Freimaks):
$data['products'][] = array(
'product_id' => $product_info['product_id'],
'thumb' => $image,
'name' => $product_info['name'],
'description' => utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..',
'price' => $price,
'special' => $special,
'tax' => $tax,
'rating' => $rating,
'href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id']),
'minimum' =>$product_info['minimum']
);
Даая же ошибка у меня вылезла, когда посивила на главную модули: популярные товары и новинки..
Тогда, в catalog\controller\module\модули bestseller.php и latest.php последняя строчка:
'minimum' => $result['minimum']
как-то ик