@@ -308,7 +308,9 @@
{if $product.customfields}
<div>
<small>
- » {$product.customfields.0.value}<br />
+ {if $product.gid == 5 || $product.gid == 7}
+ » {$product.customfields.0.value}<br />
+ {/if}
</small>
</div>
{/if}