0
我已在magento 1.9上創建了一個新屬性,並稱爲category_grouped。現在我試圖通過使用getAttributeRawValue來獲得它在目錄頁面上的值,但我所得到的只是一個ID。我怎麼能得到價值的名稱,而不是ID?以下是我的代碼。由於獲取屬性值 - Magento
<?php $attributeId = Mage::getResourceModel('catalog/product')-
>getAttributeRawValue($_product->getID(), 'category_grouped', $storeId);?>