Magento:在网址中创建多个级别的自定义页面

时间:2015-08-19 12:00:41

标签: magento

我一直在使用自定义模块创建页面,具有以下内容来指定网址:

 <frontend>
        <routers>
          <materials>
                <use>standard</use>
                <args>
                    <module>Modulename_Custom</module>
                    <frontName>materials</frontName>
                </args>
            </materials>
            <materials_wood>
                <use>standard</use>
                <args>
                    <module>Modulename_Custom</module>
                    <frontName>materials/wood</frontName>
                </args>
            </materials_wood>
        </routers>

</frontend>

我想在网址中设置不同的级别,所以www.example.com/materials/和www.example.com/materials/wood/ 当然,上面的例子不起作用。

有可能实现我想要的目标吗?

0 个答案:

没有答案