【问题标题】:Change wishlist url in magento [closed]在magento中更改愿望清单网址[关闭]
【发布时间】:2013-02-18 22:12:16
【问题描述】:

我有一个特殊要求。 可以将整个愿望清单链接指向不同的东西吗? 一切都应该用不同的名称替换。 所以不是 demo.store.com/wishlist 而是 demo.store.com/scrapbook 如果可能的话,我应该从哪里开始?

【问题讨论】:

    标签: magento


    【解决方案1】:

    您可以将此添加到app/etc/local.xml:

    <config>
        <!-- other stuff -->
        <frontend>
            <routers>
                <wishlist>
                    <args>
                        <frontName>scrapbook</frontName>
                    </args>
                </wishlist>
            </routers>
        </frontend>
        <!-- other stuff -->
    </config>
    

    【讨论】:

    • 你知道修改是否会随心愿单的参考而改变吗?因为有很多。添加到愿望清单,查看愿望清单。等
    • 是的,这就是frontNames的重点。只要使用 URL 模型生成 URL,该值就会适当地更改。请参阅 app/etc/local.xml - 这在技术上已经在 adminhtml 模块中进行了;-)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多