Get custom attribute value in Magento
<?php
$attribute = $_product->getResource()->getAttribute('attribute_code');
if ($attribute)
{
echo $attribute_value = $attribute->getFrontend()->getValue($_product);
}
?>
Magento, OpenCart, Joomla, wordpress, PHPBB, Core PHP, jQuery, Javascript professional elancer.
Home » Posts filed under Magento get attribute value