atributos
$_product = $this->getProduct();
<table width="90%" align="center"class="data-table dados">
<?php if ($categoriaproduto = $this->getProduct()->getAttributeText('categoria_produto')):?>
<tr class="odd">
<td class="cart_name">Categoria:</td>
<td width="80%"><?php echo $categoriaproduto;?></td>
</tr>
<?php endif;?>
</table>