Skip to content

Instantly share code, notes, and snippets.

@isaaclopes
Created January 23, 2014 12:41
Show Gist options
  • Select an option

  • Save isaaclopes/8577886 to your computer and use it in GitHub Desktop.

Select an option

Save isaaclopes/8577886 to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment