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:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return array(
|
||||||
'%nb Item' => '%nb élément',
|
'%nb Item' => '%nb élément',
|
||||||
'%nb Items' => '%nb éléments',
|
'%nb Items' => '%nb éléments',
|
||||||
'+' => '+',
|
'+' => '+',
|
||||||
@@ -260,4 +260,4 @@ return [
|
|||||||
'update' => 'mettre à jour',
|
'update' => 'mettre à jour',
|
||||||
'with:' => 'avec :',
|
'with:' => 'avec :',
|
||||||
'404' => '404',
|
'404' => '404',
|
||||||
];
|
);
|
||||||
|
|||||||
@@ -71,6 +71,8 @@
|
|||||||
{/loop}
|
{/loop}
|
||||||
{if $prix_mini > 0}
|
{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>
|
<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}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user