Corrrection du bogue sur double-unité
This commit is contained in:
@@ -230,7 +230,7 @@
|
|||||||
{/elseloop}
|
{/elseloop}
|
||||||
</div>
|
</div>
|
||||||
<!-- Affichage de l'unité (au kg, à l'unité) //-->
|
<!-- Affichage de l'unité (au kg, à l'unité) //-->
|
||||||
{if $pse_count = 1}
|
{if $pse_count == 1}
|
||||||
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
|
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
|
||||||
<span class="unite">{$TITLE}</span>
|
<span class="unite">{$TITLE}</span>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
Reference in New Issue
Block a user