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}