Modif pour ne plus afficher les doublons de feature
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
<ul>
|
||||
{loop name="feature_info" type="feature" product={$ID}}
|
||||
{ifloop rel="feature_value_info"}
|
||||
{if $ID != $previous_id}
|
||||
<li>
|
||||
<strong>{$TITLE}</strong> :
|
||||
{loop name="feature_value_info" type="feature_value" feature={$ID} product=$product_id}
|
||||
@@ -250,6 +251,8 @@
|
||||
<span>{if $IS_FREE_TEXT == 1}{$FREE_TEXT_VALUE}{else}{$TITLE}{/if}</span>
|
||||
{/loop}
|
||||
</li>
|
||||
{$previous_id = $ID}
|
||||
{/if}
|
||||
{/ifloop}
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user