Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试按照fontis的常用博客文章在 Magento v 1.7 中为客户注册创建自定义字段。但是,该帖子是为 Magento v 1.3 创建的,并且似乎上述文件已被重新定位。
是的,他们被重新安置了。由于 Magento 1.7..._Entity_...和..._Mysql4_...类被重命名为..._Resource_.... 为了向后兼容,旧类仍然存在,但继承自新类。所以只要看看哪个类Mage_Customer_Model_Entity_...扩展。无论如何,1.3 和 1.7 之间的客户模型发生了更大的变化,因此您最好找到更新的教程。
..._Entity_...
..._Mysql4_...
..._Resource_...
Mage_Customer_Model_Entity_...