Create Custom Tab into Magento 1.9 Admin Panel The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Magento 1.9 Can’t login to admin panel!1.9 admin panel login problemSub menu not showing up on mouseoverProblem logging into Magento 2 admin panelI can't log into my admin panelMagento 1.9 custom configuration is not visible in admin panelTemplate for custom admin panel tabCan't log into Magento 1.9 Admin Panel on work networkMagento 2: Create Custom Tab in admin panel in magento 2Save Category and sub-categories into Database

Slither Like a Snake

Mortgage adviser recommends a longer term than necessary combined with overpayments

How many people can fit inside Mordenkainen's Magnificent Mansion?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Why is the object placed in the middle of the sentence here?

Simulating Exploding Dice

What force causes entropy to increase?

How to pronounce 1ターン?

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

Difference between "generating set" and free product?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Typeface like Times New Roman but with "tied" percent sign

how can a perfect fourth interval be considered either consonant or dissonant?

University's motivation for having tenure-track positions

Can withdrawing asylum be illegal?

How can I define good in a religion that claims no moral authority?

What is this lever in Argentinian toilets?

Can the prologue be the backstory of your main character?

What do you call a plan that's an alternative plan in case your initial plan fails?

Why can't devices on different VLANs, but on the same subnet, communicate?

What's the point in a preamp?

Wall plug outlet change

Did God make two great lights or did He make the great light two?

I could not break this equation. Please help me



Create Custom Tab into Magento 1.9 Admin Panel



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Magento 1.9 Can’t login to admin panel!1.9 admin panel login problemSub menu not showing up on mouseoverProblem logging into Magento 2 admin panelI can't log into my admin panelMagento 1.9 custom configuration is not visible in admin panelTemplate for custom admin panel tabCan't log into Magento 1.9 Admin Panel on work networkMagento 2: Create Custom Tab in admin panel in magento 2Save Category and sub-categories into Database



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:



Part: 1)
- I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
- This tab has one sub_tab, 'categoryIDs'
- When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.



Part: 2)
- It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
- Admin can select any category then click on save button then data should be save into file/DB (for now in file).



Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    1















    This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:



    Part: 1)
    - I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
    - This tab has one sub_tab, 'categoryIDs'
    - When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.



    Part: 2)
    - It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
    - Admin can select any category then click on save button then data should be save into file/DB (for now in file).



    Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.










    share|improve this question
















    bumped to the homepage by Community 2 days ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      1












      1








      1








      This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:



      Part: 1)
      - I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
      - This tab has one sub_tab, 'categoryIDs'
      - When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.



      Part: 2)
      - It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
      - Admin can select any category then click on save button then data should be save into file/DB (for now in file).



      Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.










      share|improve this question
















      This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:



      Part: 1)
      - I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
      - This tab has one sub_tab, 'categoryIDs'
      - When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.



      Part: 2)
      - It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
      - Admin can select any category then click on save button then data should be save into file/DB (for now in file).



      Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.







      magento-1.9 module admin-panel category-products






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 7 '17 at 19:43









      Abhishek Panchal

      3,6173929




      3,6173929










      asked Sep 7 '17 at 19:32









      NaveenNaveen

      65




      65





      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          For that you have to create admin menu and grid for display category and sub category on admin side.



          Click on below link for how to create admin tab under any menu of main menu and show grid.



          Click here for admin grid and custom tab.



          If you want to create main menu on admin panel then some changes on above module.



          Change according to below link in your adminhtml.xml



          Click here for main menu in admin panel.



          This may help you.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f192445%2fcreate-custom-tab-into-magento-1-9-admin-panel%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            For that you have to create admin menu and grid for display category and sub category on admin side.



            Click on below link for how to create admin tab under any menu of main menu and show grid.



            Click here for admin grid and custom tab.



            If you want to create main menu on admin panel then some changes on above module.



            Change according to below link in your adminhtml.xml



            Click here for main menu in admin panel.



            This may help you.






            share|improve this answer



























              0














              For that you have to create admin menu and grid for display category and sub category on admin side.



              Click on below link for how to create admin tab under any menu of main menu and show grid.



              Click here for admin grid and custom tab.



              If you want to create main menu on admin panel then some changes on above module.



              Change according to below link in your adminhtml.xml



              Click here for main menu in admin panel.



              This may help you.






              share|improve this answer

























                0












                0








                0







                For that you have to create admin menu and grid for display category and sub category on admin side.



                Click on below link for how to create admin tab under any menu of main menu and show grid.



                Click here for admin grid and custom tab.



                If you want to create main menu on admin panel then some changes on above module.



                Change according to below link in your adminhtml.xml



                Click here for main menu in admin panel.



                This may help you.






                share|improve this answer













                For that you have to create admin menu and grid for display category and sub category on admin side.



                Click on below link for how to create admin tab under any menu of main menu and show grid.



                Click here for admin grid and custom tab.



                If you want to create main menu on admin panel then some changes on above module.



                Change according to below link in your adminhtml.xml



                Click here for main menu in admin panel.



                This may help you.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 8 '17 at 9:16









                ARVIND KARKARARVIND KARKAR

                4722418




                4722418



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f192445%2fcreate-custom-tab-into-magento-1-9-admin-panel%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form