Posts

Showing posts from November, 2014

To Get the Attribute Value Using a Entity id and With Resource Model

$entity_id=$_product->getEntityId();        $external_url= Mage::getResourceModel('catalog/product')->getAttributeRawValue($entity_id, 'external_url');