I have added few attributes in Magento like Veg, NonVeg etc.
Is there any way to get all newly added attributes from Magento? I do not want those attributes which were already present.
- 
 I found the answer here, answered by Marius: stackoverflow.com/questions/21251243/…vedu– vedu2016年05月10日 05:36:05 +00:00Commented May 10, 2016 at 5:36
1 Answer 1
You can get all the attributes created by users:
Go to -> Admin -> Catalog -> Attributes -> Manage Attributes. And filter by System = No
All attributes filtered less -> color, cost and manufacturer are the attributes created by users
- 
 Thank you for your answer but I want it programmatically.vedu– vedu2016年05月10日 04:46:50 +00:00Commented May 10, 2016 at 4:46
Explore related questions
See similar questions with these tags.