prestashop 1.7 更改长度产品名称

prestashop 1.7 change lenght product name

我尝试创建长度为 2 字符集的新产品,但出现错误 "This value is too short. It should have 3 character or more." 如何更改最小长度?

您可以在以下文件中更改

prestashop17\src\PrestaShopBundle\Form\Admin\Product\ProductInformation.php

第 150 行

new Assert\Length(array('min' => 3, 'max' => 128))