Hello,
I am using magento version 1.9.2.4 and have some issue regarding the Catalog->Manage Categories->Category tabs in the admin panel. They are few of them missing.
Here is an image of how the tabs are at the moment:
I also found a thread somewhere with the following query:
SELECT attribute_group_name FROM eav_attribute_group WHERE attribute_set_id = (SELECT default_attribute_set_id FROM eav_entity_type WHERE entity_type_code = 'catalog_category');
This list the attribute groups in the database table eav_attribute_group. All of the tabs are showing in here. Can somebody point me at the right direction so i can fix this?
Thanks
Hi @SilentAce,
Are you using version control? Is there a way to review recent code that could have affected the tabs?
Best regards.
Gabriel
Hello,
Unfortunately i don't have version control to see what code was affected.
Thanks