我知道了.它类似于我们对Community Edition中的核心文件所做的操作.
只需要查看任何Enterprise核心模块的config.xml.他们把" 企业 "放在了前面.
覆盖Enterprise_GiftRegistry Block的示例代码: -
<blocks>
<enterprise_giftregistry>
<rewrite>
<customer_list>MyNamespace_MyModule_Block_MyBlock</customer_list>
</rewrite>
</enterprise_giftregistry>
</blocks>
Run Code Online (Sandbox Code Playgroud)
谢谢.