Effet de bord de l'affichage du prix le plus bas (pour prix dégressifs) --> on affiche TOUJOURS un prix.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
{/loop}
|
||||
{if $prix_mini > 0}
|
||||
<span class="regular-price col-xs-12"><span itemprop="price" class="price">{intl l="From %price" price={format_money number=$prix_mini}}</span></span>
|
||||
{else}
|
||||
<span class="regular-price col-xs-12"><span itemprop="price" class="price">{format_money number=$BEST_TAXED_PRICE}</span></span>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user