所以在我的模型中的nopcommerce我有这样的东西:
[NopResourceDisplayName("Admin.Catalog.Products.SpecificationAttributes.Fields.Verified")]
public bool? Verified { get; set; }
在我的日志中它给我一个这样的警告:
找不到资源字符串(admin.catalog.products.specificationattributes.fields.verified.hint)。语言ID = 1
我怎么会忽略这个暗示呢?我尝试添加一个空白资源字符串> admin.catalog.products.specificationattributes.fields.verified.hint但它告诉我它必须有一个值。我觉得它一定很简单但在谷歌上找不到任何东西。
谢谢
好的,如果你在日志中看到错误,那就是因为在管理面板中使用了资源显示名称,我实际上认为不是。所以我只是把一些东西放在那里作为提示值。
admin.catalog.products.specificationattributes.fields.verified.hint "Has the product been verified, if so tick this box"
从我的研究中我不认为隐藏提示值是可能的。