我创建了下拉列表,并在SQL中更改了source_model列
catalog/product_attribute_source_countryofmanufacture
我的新属性在后端显示国家/地区列表,但是当我选择国家/地区并保存产品值消失。
下拉菜单的所有参数与country_of_manufacture属性相同。
可能会出现什么问题? 我正在使用1.7.0.2版本。
答案 0 :(得分:0)
check whether it returns or not
SELECT * FROM eav_attribute WHERE attribute_code = 'country_of_manufacture';
it's better to create attribute using installer for this you can refer below link
https://github.com/benmarks/magento-mirror/blob/1.7.0.2/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.1-1.6.0.0.2.php#L28