magento获取指定attribute collection
获取产品的指定属性集合$attribute = Mage::getModel('eav/config')->getAttribute('catalog_product', 'color');获取产品属性当前的值(用于获取前台)$type=$attribute->getFrontend()->getValue($_product);
·
获取产品的指定属性集合
获取产品属性当前的值(用于获取前台)
$attribute = Mage::getModel('eav/config')->getAttribute('catalog_product', 'color');
获取产品属性当前的值(用于获取前台)
$type=$attribute->getFrontend()->getValue($_product);
更多推荐

所有评论(0)