We often use the multi-select box in the system configuration. We can show a list of countries, states, shipping methods, payment methods, or anything else that needs to be configured from the admin side. A […]
Tag: admin
2 min read
Magento 2: How to Unlock Admin User?
We often notice that despite entering a username and password, we get an error: You did not sign in correctly or your account is temporarily disabled. It happens while someone has tried to attempt a […]
2 min read
Magento 2: Add default Qty while editing product from admin
Very often, we need to reduce the work of the admin. This post shows the code to add the default QTY while creating or editing products on the admin side. We can see the default […]