-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Admin Label as Column Heading #50
Comments
Would also like this. What you can do though is add a translation for the attribute ID to a translation file, then it will use the translation as the column header. |
Sorry, haven't been able to add this in yet... PRs are very welcome! |
What i did as follow, works for me: $innerSettings = array( with $attribute = Mage::getModel('catalog/resource_eav_attribute')->loadByCode(Mage_Catalog_Model_Product::ENTITY, $col); |
Can you submit a PR for that @kohjacky so we can get it merged? Thanks so much! |
Can be closed. See 3e47dd2 |
If you choose a custom attribute as a filter/column, the admin shows the header as the attribute ID/alias instead of the label like the default columns. However, in the system configuration for the extension, the labels are used correctly when choosing what columns to display.
The text was updated successfully, but these errors were encountered: