diff --git a/Classes/Service/DestinationDataImportService.php b/Classes/Service/DestinationDataImportService.php index 587cd12..6e52a98 100644 --- a/Classes/Service/DestinationDataImportService.php +++ b/Classes/Service/DestinationDataImportService.php @@ -493,6 +493,9 @@ class DestinationDataImportService { if ($text['rel'] == "teaser" && $text['type'] == "text/plain") { $this->tmpCurrentEvent->setTeaser($text['value']); } + if ($text['rel'] == "PRICE_INFO" && $text['type'] == "text/plain") { + $this->tmpCurrentEvent->setPriceInfo($text['value']); + } } } diff --git a/Resources/Private/Templates/Date/Show.html b/Resources/Private/Templates/Date/Show.html index de2ab64..7d9ed35 100644 --- a/Resources/Private/Templates/Date/Show.html +++ b/Resources/Private/Templates/Date/Show.html @@ -35,7 +35,7 @@

Preis:
- {date.event.priceInfo} + {date.event.priceInfo} Keine Information