Monthly Archives: December 2020
The etc/adminhtml/menu.xml file is used to control the Magento 2 admin panel menu and add new items to it, in particular.
In the previous article we described how to create your own section on the Magento 2 configuration page (Stores > Configuration).
If you want to take your store to the next stage and create a multi-language store, the first thing you have to cover is localization. Providing customers with content in their local language creates a personalized experience and encourages them to stay.
In the previous article we explained how to configure and delimitate access rights for the Magento 2 admin panel users. In this article, you will learn how to create your own access rules (Role Resources).
To find the Magento 2 configuration page navigate to Magento 2 Admin Panel > Stores > Configuration.
To add a new table to the Magento 2 database, you need to create a file in the module folder:
Since you already know how to create first controller in Magento 2 and to display the "Hello World" text on your own page, in this article we will show you how to display it in the new block.
To display "Hello World" on your own page in Magento 2, follow these steps:
To create basic Magento 2 module you need only 2 files: module.xml and registration.php.
Once you assign attributes to the attribute sets, each product has a unique set of characteristics. However, when you need to change that you find that Magento doesn't offer any bulk option for that. You need to change the attribute set for each product, one by one. But not if you have the Magento 2 Extended Product Grid Extension.
Managing products and updating their attributes has never been so quick and easy as with the Magento 2 Extended Product Grid — an extension that helps you to edit product information directly from the grid.
Although Magento enables you to create multiple product attributes, there is no option to edit their values in bulk. That's why it takes you a while to go from one product page to another and update them. But now if you know how to bulk edit product attributes in Magento.
Magento is one of the biggest eCommerce platforms available nowadays. It is a complex unity of processes, actions, and sections managing which could be daunting, especially for one person.