Magento Product Attribute Get Value

Denis Óbukhov picture Denis Óbukhov · Aug 3, 2011 · Viewed 157.5k times · Source

How to get specific product attribute value if i know product ID without loading whole product?

Answer

Daniel Kocherga picture Daniel Kocherga · Nov 17, 2011
Mage::getResourceModel('catalog/product')->getAttributeRawValue($productId, 'attribute_code', $storeId);