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

          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