修改后台客户属性位置
我已成功添加在后端正确显示的客户属性。 但我无法改变他们的立场。
我在 eav_attribute 和 customer_eav_attribute 表中进行搜索,但没有找到任何奇怪的位置字段,因为在属性设置和 Mage_Customer_Model_Entity_Setup 中,都可以在设置数组中指定位置。
当然,在设置我的新客户属性时,我正确地给出了位置键 =>我的新属性的价值。
有人知道如何更改客户在后端的属性位置吗?或者不幸的是排序键是 attribute_id ?
非常感谢您的帮助!
I've successfully added Customer Attributes that appear correctly in the backend.
But I cannot change their position.
I've search in the eav_attribute and customer_eav_attribute tables and haven't found any position field which is strange because both at attribute setup and in Mage_Customer_Model_Entity_Setup, it is possible to specify a position in the setup array.
Of course, while setting up my new customer attributes, I correctly gave a position key => value to my new attributes.
Does someone have a clue on how to change customer's attributes position in the backend ? Or the sorting key is unfortunately the attribute_id ?
Thanks a lot for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在表 eav_entity_attribute 中指定此关系。
You can specify this relation in the table eav_entity_attribute.