Question

my requirement is to add custom columns in sales/order grid in admin. when i enabled path hints, it gave me the path adminhtml\default\default\template\bl/customgrid/widget/grid/16.phtml

so first of all i wanted to disable that module and see the output .

i disables it in system/configuration/advanced.

and cleared the cache, then logged out and again freshly logged in , but still its giving the same path .

how is it possible?

Was it helpful?

Solution

When enabled, the BL Custom Grid extension creates a Grid Customization button above the Reset and Search buttons on the right side of the grid.

Clicking this button will open an area that will let you customize the columns in that display.

enter image description here

Use the More Options button to view commonly used columns for that specific grid. Otherwise click Add Attribute Column to create a new row at the bottom of the list. Use the Field Name column drop down to change the related attribute information shown. Some attributes may require further Configuration via the link provided. There are also Store View dependent options, column name, and width settings to be adjusted if desired.

The customization of the Sales Order page is not as feature-rich as the product catalog is, so you may not find all of the options you are looking for. I've found a lot of what I need to show in the "Custom Columns" area and have been able to get by with filtering down from there.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top