【发布时间】:2010-09-17 22:41:50
【问题描述】:
我按照http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/installing_custom_attributes_with_your_module 的教程一步一步地使用 Magento CE 1.4 使我的模块安装了几个自定义属性。我可以在产品编辑页面上看到自定义属性,但每当我尝试保存它们时,我都会收到一条 SQL 错误,抱怨“myattrid”列不存在。我知道:
- 此列是平面产品表的一部分,实际上它不存在
- 很多人建议手动创建,但这绕过了自动安装的点
我遵循的教程是否已过时?如果是这样,我需要采取哪些额外步骤?
【问题讨论】:
标签: magento attributes installation customization