Fixed the display of the free text value for a feature
This commit is contained in:
committed by
Julien Chanseaume
parent
9900acef84
commit
bb029cdf35
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user