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 […]
Category: Admin
Magento 2: Save value to a custom field in the order
We have created a custom field in the quote table and saved the value. This post will create a field in the sales_order table to save a custom. We are often required to save additional […]
Magento 2: Add Column to Admin Order Grid
Magento 2 provides a solid UI grid to view the data. We can see order columns in the orders grid under the sales tab. There are several visible columns in the grid. Also, there are […]
Magento 2: Create a custom email template
Do we need to send a custom email? We must create custom email templates. We will create a custom email template. Emails are an essential part of every website. Hence, emails must be unique and […]
Magento 2: Create Dynamic Row System Configuration
In this post, we will create a dynamic row system configuration. This is because we often require dynamic values for rows. For example, we usually save rows as individual fields in separate tables or keep […]
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 […]