如何在之前使用之前将客户帐户导航移动到市场导航之下?

时间:2015-10-28 07:02:01

标签: php magento-1.9

我希望在我的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>

0 个答案:

没有答案