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');
$external_url= Mage::getResourceModel('catalog/product')->getAttributeRawValue($entity_id, 'external_url');
Comments
Post a Comment