avstudnitz / AvS_FastSimpleImport

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
308 stars 146 forks source link

Custom Customer Attributes #276

Open jamie-selesti opened 8 years ago

jamie-selesti commented 8 years ago

We use this handy extension to add custom attributes to customers - https://www.magentocommerce.com/magento-connect/manage-customer-attributes.html

However when I try to run imports and include fields that we have created using this extension we get Call to a member function getBackendModel() on null in /httpdocs/.modman/FastSimpleImport/src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Customer.php on line 336

paales commented 8 years ago

Importing custom customer attributes works as expected, it might be due to some odd functionality in the module?

gruener-entwickler commented 5 years ago

Recently had the same problem. After some code review and comparison with a standard attribute I found, that my custom customer attribute was missing in the table eav_entity_attribute. Maybe this helps someone.