Magento

Expert tips and tutorials to master the Magento (Adobe Commerce) e-commerce platform. The #1 Magento blog on the internet.

How to Display Table Data in Magento 2

In the previous tutorial, you learned how to save form data to the custom table. Continuing with the same, we will now move further. This tutorial demonstrates how to display table data in Magento 2. As we have already learned how to save d...

How to Save Form Data to the Custom Table in Magento 2

Today’s tutorial explains how you can save form data to the custom table in Magento 2. When you fill out details in a form and click on a Submit button, the data has to be stored in a table. To do that, you will need to create Submit.php...

How to Create Table in Magento 2

Magento 2 offers a mechanism to create database tables, modify existing ones, and add data into them. You can create a new database table by InstallSchema in Magento 2. Create table in Magento 2 to store and retrieve the data. Not only that, but...

How to Create Block and Template in Magento 2

In the previous tutorial of creating route and controller in Magento 2, we learned how to display a message on the web browser using the action method. There was no header and footer displayed in the output. For that, we need to create a templat...

How to Fix Unique Constraint Violation Found in Magento 2

Being a Magento 2 store admin, you might have faced an error stating, “Unique Constraint violation found.” In the backend, it looks something like as shown here: You may have got an integrity constraint violation error while creating an ord...

How to Create Route and Controller in Magento 2

In Magento 2, when you execute code to see the output on the frontend, the action method is used. To show any message on the frontend while developing Magento 2 extension, the concepts of controller, route and actions are the fundamental things you n...

How to Create Module in Magento 2

The Magento 2 CMS is an excellent option to develop an online store. However, it may not be enough for modern business requirements. To overcome the default limitations, there are Magento 2 extensions available in the market...

How to Import Italian States in Magento

Ciao. Come stai? Italy-based Magento 1 and Magento 2 store owners do not get the default dropdown option that contains all the states of Italy. In online stores when forms are used, asking customers to type the name of their respective state contribu...

Meet Our Authors