diff --git a/public/typo3conf/ext/ep_products/Classes/Domain/Serialization/Hotel.php b/public/typo3conf/ext/ep_products/Classes/Domain/Serialization/Hotel.php index 0fee39f2..9de95094 100644 --- a/public/typo3conf/ext/ep_products/Classes/Domain/Serialization/Hotel.php +++ b/public/typo3conf/ext/ep_products/Classes/Domain/Serialization/Hotel.php @@ -47,6 +47,7 @@ class Hotel $hotel['category'] = \EP\EpProducts\Domain\Model\Hotel::$categoryLabels[$entity->getCategory()]; $hotel['type'] = \EP\EpProducts\Domain\Model\Hotel::$typeLabels[$entity->getType()]; $hotel['description'] = SerializationUtility::sanitizeText($entity->getDescription()); + $hotel['roomtypes'] = SerializationUtility::sanitizeText($entity->getRoomTypes()); $hotel['features'] = SerializationUtility::sanitizeText($entity->getFeatures()); $hotel['images']['image'] = SerializationUtility::preprocessImages($entity->getResellerImages()); diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index 962ac8e2..766b1af3 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -99,6 +99,10 @@ +