Tuesday, 5 August 2014

Magento Get product attribute 'option label'


<?php echo $product->getResource()->getAttribute($attribute_code)->getFrontend()->getLabel($product); ?>

No comments:

Post a Comment