我正在尝试覆盖洋红色的控制器,但它似乎无法正常工作。在我的模块 config.xml 文件中,我有以下内容
<config>
<frontend>
<routers>
<customer>
<args>
<use>standard</use>
<modules>
<Mymodule_Sales before="Mage_Customer_Account">Mymodule_Sales_Account</Mymodule_Sales>
</modules>
</args>
</customer>
</routers>
</frontend>
</config>
所以我的问题是,我还缺少什么?这就是我需要做的所有事情来覆盖控制器吗?我的模块正在被 magento 拾取,因为我已经能够覆盖一个块。只是有这个问题。