Hi,
In an override template I have the following DIV:
<div class="starburstintro centrarprecopromointro">
<span><span><span><p>
<?php echo $cck->getValue('preco_promocao_ht'); ?>
</span></span></span></p>
</div>
To show this: http://prntscr.com/k81mag
But if the field (preco_promocao_ht) is empty, it continues to show the highlight star (without value).
How can I do to hide if the field is empty?