@@ -308,9 +308,7 @@
{if $product.customfields}
<div>
<small>
- {foreach key=confnum item=customfield from=$product.customfields}
- » {$customfield.name}: {$customfield.value}<br />
- {/foreach}
+ » {$customfield.0.name}: {$customfield.0.value}<br />
</small>
</div>
{/if}