bug-fix: wrong function for pageview on thankyou page

This commit is contained in:
Christoph Staeblein 2023-03-17 08:58:15 +01:00 committed by MaxBUhe
parent 1ff6f0159f
commit 13df965a03
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ViewConfig extends ViewConfig_parent
$oUser = $oConfig->getUser();
$cl = $this->getTopActionClassName();
$cl = $this->getTopActiveClassName();
$aPageTypes = [
"content" => "cms",
"details" => "product",
@ -81,6 +81,7 @@ class ViewConfig extends ViewConfig_parent
"payment" => "checkout",
"order" => "checkout",
"thankyou" => "checkout",
"start" => "start",
];
$dataLayer = [