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>
|
<li>
|
||||||
<strong>{$TITLE}</strong> :
|
<strong>{$TITLE}</strong> :
|
||||||
{loop name="feature_value_info" type="feature_value" feature="{$ID}" product="{product attr="id"}"}
|
{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}
|
{/loop}
|
||||||
</li>
|
</li>
|
||||||
{/ifloop}
|
{/ifloop}
|
||||||
|
|||||||
Reference in New Issue
Block a user