В admin/controller/catalog/product.php закомментировать или удалить блок
1 2 3 | if ((utf8_strlen($this->request->post['model']) < 1) || (utf8_strlen($this->request->post['model']) > 64)) { $this->error['model'] = $this->language->get('error_model'); } |