magento 获取attribute的所有option

$attribute = Mage::getSingleton('eav/config')->getAttribute('catalog_product', 'color');
if ($attribute->usesSource()) {
   $options = $attribute->getSource()->getAllOptions(false);
}

posted on 2014-06-24 14:56  冯亮  阅读(289)  评论(0编辑  收藏  举报

导航