Magento – Export Products Screen Not Showing All Attributes

export

We have a site running Magento ver. 1.7.0.2. On the Export admin screen, it used to show all the available product attributes on the screen like in the screenshot below however now it only shows up until the Depth option.

Additionally to not showing all the attributes, when you click Continue it loads a white screen where it seems to die and not export anything!

I'm at a loss as to how to fix or debug the source of this problem even. Any help or ideas?

How the screen looks now, cuts off after Depth attribute…

enter image description here

How the screen used to look, showing 3x more attributes

enter image description here

Best Answer

We had this problem and solved it. Was due to the Enhanced Admin Grids extension that limited the number of entity attributes on screen. To fix you go to: Configuration > Settings > Enhanced Admin Grids > Base Configuration, then General section, then Global Exclusions section and add an Exception for Block Type: importexport/adminhtml_export_filter with *. Hit Save and refresh the export screen.

Related Topic