Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • To check if the attribute is really missing (this is what the error message suggests), have a look at your database and check if the table eav_attribute contains an entry with attribute_code='telephone' and entity_type_id=2. Commented Sep 4, 2015 at 15:28
  • Here is the line : evoweb.fr/divers/eav_attribute_telephone.jpg and the "entity_type_id" is at 1 Should I modify it ? Commented Sep 11, 2015 at 13:27
  • Yes, this is the row that would have type 2 by default ("1" is for customers, "2" is for customer addresses). If you need a telephone attribute for the customer as well, copy the row (by default this does not exist). Commented Sep 11, 2015 at 13:45
  • All is working good now. Thank you a lot for your help !!! Commented Sep 14, 2015 at 10:48