1

i upgraded my magento site from 1.4.1.1 to magento 1.7.0.2 .

After that the my wishlist link is not displaying in the header top right .

How can i display this?

I used this code in customer.xml file:

<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>

but it does not link to wish list after logging .

So how can i link it itno correct link?

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 に答える