Magento event observer for bulk import for products
问题 Is there any event for "bulk import of products/customers"? I intend to make a module for my vendors to upload their product information in xml/csv through the backend. When they upload, I need to update my Solr records. Thanx 回答1: You can override the Mage_Catalog_Model_Convert_Adapter_Product::saveRow() as: 1> in config.xml <global> <models> ... <catalog> <rewrite> <!-- Override Mage_Catalog_Model_Convert_Adapter_Product --> <convert_adapter_product>MagePsycho_Productimport_Model_Convert