嗨,我想在magento 2中添加自定义文件,在注册表i,e公司名称等,所以我如何才能实现这一点我做了,没有找到任何有关这方面的文档我遵循这个https://mage2.pro/t/topic/1331,但有任何简单的文档有任何简单的文档,谢谢提前
发布于 2016-11-12 22:35:07
为此,如果您使用magento enterprise,则必须创建自定义属性,请转到
客户>属性>管理属性
并创建一个新属性。
如果您正在使用magento comunity,请遵循以下答案Make custom attribute programmatically
https://stackoverflow.com/questions/40562250
复制相似问题