Magento模块重写

时间:2014-03-30 20:59:06

标签: magento module rewrite

我有一个自定义产品类型的Magento扩展,在config.xml中使用此操作:

   <routers>

        <catalog>
            <rewrite>
                <product>
                    <to>custom-product-module/index</to>
                    <override_actions>true</override_actions>
                    <actions>
                        <view>
                            <to>custom-product-module/index/view</to>
                        </view>
                    </actions>
                </product>
            </rewrite>
        </catalog>

    </routers>

问题是这个重写操作也会影响所有其他产品类型,如简单产品,虚拟产品等。我想要的是让Magento仅对我的扩展中使用的自定义产品类型使用此重写操作。

请帮忙吗?最好的问候

0 个答案:

没有答案