Magento Product Attribute Get Value

attributesmagentoproduct

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

Best Answer

Mage::getResourceModel('catalog/product')->getAttributeRawValue($productId, 'attribute_code', $storeId);