Try the Demo

Magento Forum

   
Custom Menu Disapperars on Admin
 
subesh
Sr. Member
 
Avatar
Total Posts:  145
Joined:  2009-01-08
 

I have added a new menu under system, which was working on 1.2.1.2 but now when I upgraded Magento.. its not showing up. (I reinstalled the module on the new one and no it is not a cache issue.)

-----------------
<
adminhtml>
<
menu>
            <
system>
                <
children>
                    <
orders translate="title" module="WebshopExactIntegration">
                        <
title>Exactonline Orders</title>
                         <
sort_order>6</sort_order>
                        <
children>
                        <
importorders translate="title" module="WebshopExactIntegration">
                        <
title>Import</title>
                        <
action>WebshopExactIntegration/adminhtml_importorders</action>
                        </
importorders>
                        
                        <
exportorders translate="title" module="WebshopExactIntegration">
                        <
title>Export</title>
                        <
action>WebshopExactIntegration/adminhtml_exportorders</action>
                        </
exportorders>
                        </
children>
                    </
orders> -------------------

 Signature 

PHP & Magento Developer @subeshpokhrel

Magento Tips & Tricks

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top