From 355e9da24cac3117013f77ca2ee3f99368190693 Mon Sep 17 00:00:00 2001 From: Laurent LE CORRE Date: Wed, 27 Nov 2019 14:48:09 +0100 Subject: [PATCH] =?UTF-8?q?Effet=20de=20bord=20de=20l'affichage=20du=20pri?= =?UTF-8?q?x=20le=20plus=20bas=20(pour=20prix=20d=C3=A9gressifs)=20-->=20o?= =?UTF-8?q?n=20affiche=20TOUJOURS=20un=20prix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/frontOffice/default/I18n/fr_FR.php | 4 ++-- templates/frontOffice/default/includes/single-product.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/frontOffice/default/I18n/fr_FR.php b/templates/frontOffice/default/I18n/fr_FR.php index 4b248046..496523cf 100644 --- a/templates/frontOffice/default/I18n/fr_FR.php +++ b/templates/frontOffice/default/I18n/fr_FR.php @@ -1,6 +1,6 @@ '%nb élément', '%nb Items' => '%nb éléments', '+' => '+', @@ -260,4 +260,4 @@ return [ 'update' => 'mettre à jour', 'with:' => 'avec :', '404' => '404', -]; +); diff --git a/templates/frontOffice/default/includes/single-product.html b/templates/frontOffice/default/includes/single-product.html index c70141e8..4e468994 100644 --- a/templates/frontOffice/default/includes/single-product.html +++ b/templates/frontOffice/default/includes/single-product.html @@ -71,6 +71,8 @@ {/loop} {if $prix_mini > 0} {intl l="From %price" price={format_money number=$prix_mini}} + {else} + {format_money number=$BEST_TAXED_PRICE} {/if} {/if}