Magento Attribute value from product id magento June 10, 2013 Pramod T P <?php echo Mage::getResourceModel('catalog/product')->getAttributeRawValue($productId, 'attribute_code', $storeId); ?>