0
如何將我的擴展鏈接(標準學習新聞擴展)從主菜單移至「促銷」菜單?Magento擴展菜單
Magentostudy - >新聞延伸有:
<config>
<menu>
<news translate="title" module="magentostudy_news">
<title>News</title>
<sort_order>65</sort_order>
<children>
<manage translate="title" module="magentostudy_news">
<title>Manage News</title>
<action>adminhtml/news</action>
<sort_order>50</sort_order>
</manage>
</children>
</news>
</menu>
<acl>
<resources>
<admin>
<children>
<news translate="title" module="magentostudy_news">
<title>News</title>
<sort_order>65</sort_order>
<children>
<manage translate="title">
<title>Manage News</title>
<sort_order>0</sort_order>
<children>
<save translate="title">
<title>Save News</title>
<sort_order>0</sort_order>
</save>
<delete translate="title">
<title>Delete News</title>
<sort_order>10</sort_order>
</delete>
</children>
</manage>
</children>
</news>
<system>
<children>
<config>
<children>
<news translate="title" module="magentostudy_news">
<title>News Management</title>
</news>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
我知道這個代碼代碼提供一些邏輯,使管理員菜單鏈接到我的擴展可見,卜我怎樣才能將它移動到「促銷「菜單!
我知道這是簡單的任務,但Magento的團隊寫的「完美」的文件,所以...
但是如何?它是如何工作的?我無法在此代碼中找到「促銷」! –
@LubomurMarshal,Magento使用''作爲「促銷」模塊。如果這能起作用,您是否也可以將其標記爲有用。 –
我的聲望是10,15要求! –