getDataSource()); foreach (Mage::helper('combine/harvest')->getStoresToHarvest() as $store) { $harvester->setStoreId($store->getStoreId()); $attributeSet = Mage::getModel('eav/entity_attribute_set')->load($this->getEntityId()); $harvester->push($attributeSet); } $harvester->postSegment(); } }