Every business has its own need and to fulfill that Magento let the store owner integrates different extension or to customize their store as per their requirements. The main aim behind customizing Magento is to empower your store with the unique functionality that saves your tons of time and efforts to manage the store. Being a Magento developer, we always try our best to minimize the efforts of the store owner and serve enhanced store shopping experience to their customers with minimal efforts and save their tons of time in the long run.

Magento offers backend admin grid to Manage products and other backend services by using various columns that display detailed information like customer id, order name, and other details. But it becomes more difficult to identify the product from product id when there are thousands of products are in a store. Recently, while working with Magento backend Grid we came out with a requirement to display product name instead of product id column. After spending some time on coding, we pop out with a code that we would likely to share with you.

Firstly, you need to add your column in ‘Grid.php’ file available on the following location.
Vendor\Extension\adminhtml\Extension\Grid.php

Once you are done you need to render that file in ‘Productname.php’ that is available on below path.
Vendor\Extension\Block\Adminhtml\Extension\Renderer
Click to rate this post!
[Total: 6 Average: 4]