isaaclopes
1/23/2014 - 12:41 PM

atributos

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>