This resolves the value of the attribute, so rather than supplying you with a value ID, it will supply you with the associated value, via the source model:
$_product->getAttributeText('brand');
Posted by Mike Whitby to Magento (2015-05-14 15:12)
This resolves the value of the attribute, so rather than supplying you with a value ID, it will supply you with the associated value, via the source model:
$_product->getAttributeText('brand');