diff --git a/web/typo3conf/ext/ep_products/Classes/Domain/Serialization/Product.php b/web/typo3conf/ext/ep_products/Classes/Domain/Serialization/Product.php index 64465daa..5aa5eef9 100644 --- a/web/typo3conf/ext/ep_products/Classes/Domain/Serialization/Product.php +++ b/web/typo3conf/ext/ep_products/Classes/Domain/Serialization/Product.php @@ -50,7 +50,7 @@ class Product 'images' => [], ]; - $product['@id'] = $entity->getBusProId(); + $product['@id'] = $entity->getUid(); $product['@code'] = $entity->getCode(); $product['name'] = preg_replace('/[\r\n\s]+/', ' ', $entity->getName()) . ' - ' . $entity->getConcept()->getName(); diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js index 3d56b559..7016b41c 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js @@ -31,6 +31,7 @@ import WatchlistToggle from './components/WatchlistToggle.vue' import Watchlist from './components/Watchlist.vue' import HotelList from './components/HotelList.vue' import ReferrerLink from './components/ReferrerLink.vue' +import FacebookPixel from './components/FacebookPixel.vue' // Define global constants const $window = $(window); @@ -63,7 +64,8 @@ new Vue({ Watchlist, HotelList, ReferrerLink, - MyEp: () => import('./myep/components/App.vue') + MyEp: () => import('./myep/components/App.vue'), + FacebookPixel }, data () { return { diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html index b85b842b..be995e8c 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html @@ -47,6 +47,7 @@ +