в файле модели /catalog/model/account/customer.php есть такой код: if (isset($data['customer_group_id']) && is_array($this->config->get('config_customer_group_display')) && in_array($data['customer_group_id'], $this->config->get('config_customer_group_display'))) { $customer_group_id = $data['customer_group_id']; } else { $customer_group_id = $this->config->get('config_customer_group_id'); } моей группы нет в массиве $this->config->get('config_customer_group_display') он содержит только дефолтную групу http://my.jetscreenshot.com/22796/20160529-nsxy-109kb как добавить мою группу в этот конфиг? Please help!