2014年6月24日

How to change a product dropdown attribute to a multiselect in Magento

摘要: First, update the attribute input type to multiselect:UPDATE eav_attribute SETentity_type_id = '4',attribute_model = NULL,backend_model = 'eav/entity_... 阅读全文

posted @ 2014-06-24 18:17 冯亮 阅读(195) 评论(0) 推荐(0) 编辑

magento 获取attribute的所有option

摘要: $attribute = Mage::getSingleton('eav/config')->getAttribute('catalog_product', 'color');if ($attribute->usesSource()) { $options = $attribute->getSour... 阅读全文

posted @ 2014-06-24 14:56 冯亮 阅读(289) 评论(0) 推荐(0) 编辑

导航