2011-03-07 64 views

回答

1
$attribute = Mage::getModel('eav/config')->getAttribute('catalog_product', '158'); 
foreach ($attribute->getSource()->getAllOptions(false) as $option){ 
echo $option['label']."<br>"; 
}