Magento – create event observer for new attribute save action of product

adminmagento-1.7magento-1.8product-attribute

I want to create an event observer when admin create a new attribute or save existing attribute from admin panel. I have not found any suitable event observer. Please can help me??

Best Answer

Try using eav_entity_attribute_save_before or eav_entity_attribute_save _after.

It could also work with catalog_entity_attribute_save_before or catalog_entity_attribute_save_after.