1
我有一個奇怪的問題,我正在努力弄清楚。我是Magento的新手,所以請和我一起裸照。Magento自定義擴展要顯示我的帳戶鏈接
我創建了一個Magento擴展,將OST Ticket集成到洋紅色中。這是很好的工作,但我唯一的問題是顯示「我的帳戶」鏈接。
在我的帳戶資訊我有以下鏈接...
帳戶資訊 支持票 帳戶信息 通訊簿 我的訂單 結算協議 定期簡介 我的產品評論 我的收藏 我的應用程序 Newsletter Subscriptions 我的可下載產品
但是當我包括德塊到使用下面的代碼我的分機...
<support_index_index>
<reference name="content">
<block type="support/list" name="support_list" template="support/list.phtml" />
</reference>
<reference name="left">
<block type="customer/account_navigation" name="customer_account_navigation" before="-" template="support/navigation.phtml">
<action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account Dashboard</label></action>
<action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Account Information</label></action>
<action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
</block>
<remove name="tags_popular"/>
<remove name="leftnav" />
</reference>
</support_index_index>
我只得到4個鏈接這是...
帳戶資訊 支持票 帳戶信息 通訊簿
燦有人請向我解釋爲什麼會發生這種情況,以及我如何解決這個問題,因爲我正在努力弄清楚自己:(
感謝您的任何幫助在advanc即
哦,我看到的,所以他們實際上是所有手動只是隱藏在其他XML文件中。我認爲鏈接會以某種方式動態收集,但顯然不是。感謝您爲我清理。 – JSweete 2013-03-22 13:15:06