$attribute = Mage::getModel('eav/config')->getAttribute('catalog_product', 'attribute_id');
foreach ( $attribute->getSource()->getAllOptions(true, true) as $option){
attrubuteArray[$option['value']] = $option['label'];
}
Magento中获得Product所有属性的Values和Labels
最新推荐文章于 2023-07-17 16:10:06 发布
163

被折叠的 条评论
为什么被折叠?



