Magento:我们如何覆盖企业文件(企业版)?
我们如何覆盖/重写企业类文件/类(对于 Magento 企业版)?
How can we override/rewrite Enterprise class files/class (for Enterprise Edition of Magento)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了它。这与我们在社区版中处理核心文件的方式类似。
只需查看任何 Enterprise 核心模块的 config.xml 即可。他们把“企业”放在前面。
覆盖 Enterprise_GiftRegistry 块的示例代码:-
谢谢。
I got it. It's similar to what we do with core files in Community Edition.
Just need to see the config.xml of any Enterprise core modules. They put "enterprise" in front.
Sample code to override Enterprise_GiftRegistry Block:-
Thanks.