@@ -138,7 +138,7 @@ Produits disponibles : | |||
$productDescription .= ' / '.$product->description ; | |||
} | |||
if($product->price) { | |||
$productDescription .= ' / '.Price::format($product->price) ; | |||
$productDescription .= ' / '.Price::format($product->getPriceWithTax()) ; | |||
} | |||
$messageAutoText .= '- '.$productDescription.' |