如何覆盖 Magento 管理面板?
我想知道如何在系统->配置->客户设置面板的客户管理中添加一个字段。
我是否从核心创建了 system.xml 文件并以相同的路径粘贴到本地文件夹中?
我是否保留了文件的所有内容,或者我只能写入感兴趣的部分?
谢谢
I would like to know how have I do to add a field in the customer administration at system->configuration->Customer settings panel.
Have I create the system.xml file from the core and paste in the local folder with the same path?
and have I maintain all the content of the file or I can write only the portion interested?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该创建一个模块来保存您的自定义设置。在此模块中创建一个 system.xml 文件,该文件仅覆盖/添加您想要的配置部分。
You should create a module to hold your customizations. Within this module create a system.xml file that only overrides/adds what you want to your configuration section(s).