I am trying to create custom fields for customer registration in Magento v 1.7 by following the well-used blog post by fontis. However the post was created for Magento v 1.3 and it seems that the above file has been since relocated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes they were relocated, sort of. Since Magento 1.7 the
..._Entity_...and..._Mysql4_...classes were renamed to..._Resource_.... The old classes are still present for backwards compatibility but inherit from the new ones. So just look which classMage_Customer_Model_Entity_...extends. Regardless, between 1.3 and 1.7 were more major changes in the customer model, so you should better find a newer tutorial.