0
我希望在客戶登錄時在頂部以及側面包含來自我的賬戶(「客戶/賬戶導航」)的鏈接 - 因此這些鏈接可以直接在標題中訪問。Magento「customer/account_navigation」
我在local.xml
創建
<reference name="header">
<block type="customer/account_navigation" name="customer_account_navigation_header" template="customer/account/navigation.phtml"/>
</reference>
,然後用
$this->getChildHtml('customer_account_navigation_header');
。
我失蹤了什麼?
你如何設法將客戶帳戶導航添加到標題?使用你的方法只顯示在帳戶的子頁面上,但不是全局的。 – feeela