KB Category: Operations

  • How to Build Admin ACL in Magento 2 Platform?

    Learn how to create an admin ACL in Magento 2 platform in a few steps with a neat flow here. Admin Access Control List(ACL)  Rules Magento 2 allows users to authorize access to the admin in the Magento system. In this blog, we will explain to you how to create and employ the ACL to…

  • How to Update and Eliminate Menu in Magento 2?

    Today, we are going to discuss how to update or eliminate the existing menu of another module without modifying the source code in Magento 2. The following steps: Step 1: Create a menu.XML file in your module Step 2: State the update / remove commands in the menu.xml file Have a good online marketplace idea?…

  • How to Build Admin Menu in Magento 2

    In this article, the following steps show you how to build Admin Menu in Magento 2 : Step 1: Build menu.XML file Step 2: include menu items Step 3: Set menu is active by controller file Magento 2 uses the left menu in the backend instead of the menu in Magento 1 above. Level 0…

  • How to use the UI export button component in Magento 2?

    Learn how to use the UI export button component in Magento 2 platform with a few steps here. “UI Export Button Component” is a “list/phase secondary component”. It can be used to export the grid data to a specific data format (CV, XML, etc.) You can observe at the file:\vendor\magento\module-ui\view\base\ui_component\etc\definition.xml Build your Amazon-like multi-vendor marketplace…

  • How to include a tree into the Mass Action Dropdown in Magento 2?

    In this article, we are going to discuss how to include Tree into Mass Action Dropdown in Backend in Magento 2  by the following steps: Step 1: State the UI component dynamic action Step 2: State the Action Resource class Step 3: State the mass action in the ui_component XML file Magento marketplace – The…

  • How to state ACL for the Configuration Page of Custom Module in Magento 2

    Here the following steps help you how to state ACL for the Configuration Page of Custom Module in Magento 2: Step 1: State the source of the configuration page in System.xml Step 2: State ACL for the config page In the previous article, we showed you how to write ACL for the custom package menu:…

  • Magento Indexer: How to include it in a few steps?

    Learn how to include the Magento indexer Here the following steps help you how to include indexer to Magento 2, Step 1: Form indexer class Step 2: Form etc/indexer.xml files Get a complete eCommerce package to excel your business greatly with Magento solutions!!! In order to improve the performance of your store, Magento modifies the…

  • How to perform the UI pagination Component in Magento 2?

    Learn how to perform the UI pagination component in Magento 2 platform with these easy steps. UI Pagination Component is a list/grid secondary component. It is responsible for providing the pagination UI and using the pagination principle to the assortment. This will help to select the number of items to show on a page and…

  • How to include a New Editing Inline Element in Magento 2?

    Learn how to build a New Editing Inline Element for admin Grid in Magento 2. Examples choose a box with a background color. The following steps are: Step 1: Classify new components in the Ui_component XML file Step 2: Build a new column at the point Step 3: Build a source option for the program…

  • How to upload a file to an FTP server by coding in Magento 2?

    Here, the following steps help you to upload a file to an FTP server by coding in Magento 2: Step 1: Build the FTP Connect Step 2: Use the written function to upload a file to the server Build your Amazon-like multi-vendor marketplace website @ $249/- now!!! Get your free live demo now: Click here…

  • How to Manage Grid UI Component in Magento 2?

    Learn how to manage grid UI component using Dataprovider in Magento with a few steps. In Magento 2, the UI component is used to build a grid on admin 1 and instead of block and template in Magento 1. But when using it with a custom dataprovider in Magento 2, you may have a problem…

  • How to do a file upload in Magento 2 store configuration?

    Learn how to carry file upload in Magento 2 store configuration with different methods. One of the best elements of Magento is its administrative interface. Entire types of input types (text fields, radio buttons, dropdowns, multiple selections, etc.) are shown in various ways (blank, encrypted, sorted) and displayed in a variety of ways (grids, shapes,…