Monday 1 September 2014

how to get attribute value in magento

<?php 

   echo $_product->getAttributeText('attribute_code');

?>

No comments:

Post a Comment