   seo_pro  opencart3x.ru ( opencart 3.x)
\catalog\controller\startup\seo_pro.php,     " " ,      


private $cache_data = null;


private $config_store_id;
private $config_language_id;


parent::__construct($registry);


$this->config_store_id = $this->config->get('config_store_id');
$this->config_language_id = $this->config->get('config_language_id');


public function rewrite($link) {


if ($this->config_store_id != $this->config->get('config_store_id') || $this->config_language_id != $this->config->get('config_language_id')) {
	$this->__construct($this->registry);
}