我希望在我的webkul市场导航之前显示客户帐户导航。我在概念之前/之后使用,但它不起作用。我在市场代码之前使用过customer_account_navigation。
<customer_account>
<reference name="head">
<action method="addCss">
<stylesheet>marketplace/css/wk_block.css</stylesheet>
</action>
<action method="addCss">
<stylesheet>marketplace/css/style.css</stylesheet>
</action>
</reference>
<reference name="left">
<block type="core/template" name="marketplacenavigation" template="marketplace/navigation.phtml" before="customer_account_navigation" />
</reference>
</customer_account>