How to override a Magento administration panel?

老子叫甜甜 提交于 2019-12-11 07:29:27

问题


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


回答1:


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).



来源:https://stackoverflow.com/questions/2523853/how-to-override-a-magento-administration-panel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!