if ($product_info['image']) {
$data['popup'] = $this->model_tool_image->resize($product_info['image'], $this->config->get($this->config->get('config_theme') . '_image_popup_width'), $this->config->get($this->config->get('config_theme') . '_image_popup_height'));
} else {
$data['popup'] = '';
}
Я установил Ocstore 2.3.0.2.. Установил на него тему..
И при просмотре карточки товара, выпрыгивает эти ошибки..