1

我将我的 magento 站点从 1.4.1.1 升级到 magento 1.7.0.2 。

之后,我的愿望清单链接不会显示在标题右上角。

我怎样才能显示这个?

我在 customer.xml 文件中使用了这段代码:

<reference name="top.links">
            <action method="addLink" translate="label title" module="customer"><label>My Wishlist</label><url helper="customer/getAccountUrl"/><title>My Wishlist</title><prepare/><urlParams/><position>10</position></action>
</reference>

但登录后它不会链接到愿望清单。

那么我怎样才能链接它没有正确的链接?

4

1 回答 1

0

您可以通过如下布局规则添加指向标题的链接。我从 app/design/frontend/base/default/layout/customer.xml

<reference name="top.links">
    <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</p$
</reference>
于 2012-08-03T09:28:03.290 回答