Customize Frontend Menu in AdminGet child categories tree when Flat Catalog Category is enabled in admin in Magento 2How the Base folder will help on Magento 2 modules or themes fallback mechanismAdding an additional menu item to a product in Magento 2Magento 2 Get Sales Representative name who placed the order in Order View PageMagento2 (v2.2) Error Login Admin + FrontendDisplay sub category image in top menu - Magento2Remove Default header and create new one with menu and search barHow to display categories in menu in the same order as in admin category tree?Adding link to the Checkout button in magento2Category name on product url still working after “Use Categories Path for Product URLs” set to no

Succinct and gender-neutral Russian word for "writer"

Company threw a surprise party for the CEO, 3 weeks later management says we have to pay for it, do I have to?

How to select certain lines (n, n+4, n+8, n+12...) from the file?

Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?

How to get a ellipse shaped node in Tikz Network?

What was the plan for an abort of the Enola Gay's mission to drop the atomic bomb?

Why is the Sun made of light elements only?

Why are parallelograms defined as quadrilaterals? What term would encompass polygons with greater than two parallel pairs?

A Cunning Riley Riddle

Is a vertical stabiliser needed for straight line flight in a glider?

How can I avoid subordinates and coworkers leaving work until the last minute, then having no time for revisions?

Why are low spin tetrahedral complexes so rare?

What's the difference between const array and static const array in C/C++

Windows OS quantum vs. SQL OS Quantum

How to handle DM constantly stealing everything from sleeping characters?

Why do protein solutions have to be alkalised?

Company stopped paying my salary. What are my options?

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019

What can cause an unfrozen indoor copper drain pipe to crack?

Thesis' "Future Work" section – is it acceptable to omit personal involvement in a mentioned project?

Does the 500 feet falling cap apply per fall, or per turn?

Exception propagation: When to catch exceptions?

Is every story set in the future "science fiction"?

If a character drops a magic item that turns on/off, does that item turn off when they drop it?



Customize Frontend Menu in Admin


Get child categories tree when Flat Catalog Category is enabled in admin in Magento 2How the Base folder will help on Magento 2 modules or themes fallback mechanismAdding an additional menu item to a product in Magento 2Magento 2 Get Sales Representative name who placed the order in Order View PageMagento2 (v2.2) Error Login Admin + FrontendDisplay sub category image in top menu - Magento2Remove Default header and create new one with menu and search barHow to display categories in menu in the same order as in admin category tree?Adding link to the Checkout button in magento2Category name on product url still working after “Use Categories Path for Product URLs” set to no






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








0















Is there a way or what should I do if I want to use the Frontend Menu generation? The idea is to use the menu generation in the frontend and use it in the Admin area. I have an observer that listen to any action made in the admin->catalog->categories so everytime the categories are saved in the admin the observer will be triggered and this observer will generate an HTML file in the root directory of the project and this new HTML file will be used in the frontend as the new menu. The reason we did this is because we want the category to be used from other external or third party site. So we will be sharing this generated menu.



So I wan't to know how can I achieve this? How can I reuse the frontend categories menu generation in my admin panel? Someone told me to use the vendor/catalog/Navigation.php but I'm not sure how to implement this. Would appreciate any help.










share|improve this question




























    0















    Is there a way or what should I do if I want to use the Frontend Menu generation? The idea is to use the menu generation in the frontend and use it in the Admin area. I have an observer that listen to any action made in the admin->catalog->categories so everytime the categories are saved in the admin the observer will be triggered and this observer will generate an HTML file in the root directory of the project and this new HTML file will be used in the frontend as the new menu. The reason we did this is because we want the category to be used from other external or third party site. So we will be sharing this generated menu.



    So I wan't to know how can I achieve this? How can I reuse the frontend categories menu generation in my admin panel? Someone told me to use the vendor/catalog/Navigation.php but I'm not sure how to implement this. Would appreciate any help.










    share|improve this question
























      0












      0








      0








      Is there a way or what should I do if I want to use the Frontend Menu generation? The idea is to use the menu generation in the frontend and use it in the Admin area. I have an observer that listen to any action made in the admin->catalog->categories so everytime the categories are saved in the admin the observer will be triggered and this observer will generate an HTML file in the root directory of the project and this new HTML file will be used in the frontend as the new menu. The reason we did this is because we want the category to be used from other external or third party site. So we will be sharing this generated menu.



      So I wan't to know how can I achieve this? How can I reuse the frontend categories menu generation in my admin panel? Someone told me to use the vendor/catalog/Navigation.php but I'm not sure how to implement this. Would appreciate any help.










      share|improve this question














      Is there a way or what should I do if I want to use the Frontend Menu generation? The idea is to use the menu generation in the frontend and use it in the Admin area. I have an observer that listen to any action made in the admin->catalog->categories so everytime the categories are saved in the admin the observer will be triggered and this observer will generate an HTML file in the root directory of the project and this new HTML file will be used in the frontend as the new menu. The reason we did this is because we want the category to be used from other external or third party site. So we will be sharing this generated menu.



      So I wan't to know how can I achieve this? How can I reuse the frontend categories menu generation in my admin panel? Someone told me to use the vendor/catalog/Navigation.php but I'm not sure how to implement this. Would appreciate any help.







      magento2 magento2.2 magento2.3






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 6 at 19:34









      MadzQuestioningMadzQuestioning

      2088




      2088




















          0






          active

          oldest

          votes












          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%2f273571%2fcustomize-frontend-menu-in-admin%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f273571%2fcustomize-frontend-menu-in-admin%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

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

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?