Fixed the display of the free text value for a feature

This commit is contained in:
Julien Chanséaume
2014-07-16 10:12:02 +02:00
committed by Julien Chanseaume
parent 9900acef84
commit bb029cdf35

View File

@@ -223,7 +223,8 @@
<li>
<strong>{$TITLE}</strong> :
{loop name="feature_value_info" type="feature_value" feature="{$ID}" product="{product attr="id"}"}
{$TITLE}
{if $LOOP_COUNT > 1}, {else} {/if}
<span>{if $IS_FREE_TEXT == 1}{$FREE_TEXT_VALUE}{else}{$TITLE}{/if}</span>
{/loop}
</li>
{/ifloop}