Finder
Setting

从管理菜单设置转到自定义模块的系统/配置的网址应该是什么。
<menu>
 <finder module="finder">
  <title>finder</title>
    <sort_order>71</sort_order>
      <children>
    <items module="finder">
    <title>Manage Finder</title>
    <sort_order>0</sort_order>
    <action>finder/adminhtml_finder</action>
   </items>
       <items module="finder">
    <title>Setting</title>
    <sort_order>0</sort_order>
    <action> ????  </action>
</items>
  </children>
    </finder>
    </menu>

最佳答案

jack ,您可以采取以下行动:

<action>adminhtml/system_config/edit/section/your menu item</action>

http://inchoo.net/ecommerce/magento/create-configuration-for-your-magento-extension/是一个很好的例子。

关于Magento自定义模块: How to Create Admin menu,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17481808/

10-12 16:45