外卖人商品标题长度不能大于50小于2 的修改办法,一共三处
1、打开module/shop/adminmethod.php,搜索goods_titlelenth,
大约1322行
if(!(IValidate::len($data['name'],1,50))) $this->message('goods_titlelenth');
大约1419行
if(!(IValidate::len($values,1,50))) $this->message('goods_titlelenth');
2、打开module/shopcenter/method.php 大约1947行
if(!(IValidate::len($data['name'],1,50))) $this->message('goods_titlelenth');
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
相关文章
外卖人商品库列表增加产品缩略图2019-12-18
外卖人商品库上传产品图片窗口打开慢的解决方案2019-12-17
外卖人商品库商品排序无效的解决办法2019-12-16