config.xml のカタログ メイン ナビゲーション メニューの下にサブメニューを作成する方法を知っています。
<menu>
<catalog>
<children>
<testimonials>
<title>Manage Testimonials</title>
<sort_order>1</sort_order>
<action>adminhtml/adminhtml_testimonials</action>
</testimonials>
</children>
</catalog>
</menu>
しかし、顧客メニューの下にサブメニューを作成するにはどうすればよいですか? 私は試した:
<menu>
<customers>
<children>
<testimonials>
<title>Manage Testimonials</title>
<sort_order>1</sort_order>
<action>adminhtml/adminhtml_testimonials</action>
</testimonials>
</children>
</customers>
</menu>
しかし、うまくいきません。任意の提案をいただければ幸いです。