bug-fix: wrong function for pageview on thankyou page
This commit is contained in:
parent
1ff6f0159f
commit
13df965a03
@ -70,7 +70,7 @@ class ViewConfig extends ViewConfig_parent
|
|||||||
|
|
||||||
$oUser = $oConfig->getUser();
|
$oUser = $oConfig->getUser();
|
||||||
|
|
||||||
$cl = $this->getTopActionClassName();
|
$cl = $this->getTopActiveClassName();
|
||||||
$aPageTypes = [
|
$aPageTypes = [
|
||||||
"content" => "cms",
|
"content" => "cms",
|
||||||
"details" => "product",
|
"details" => "product",
|
||||||
@ -81,6 +81,7 @@ class ViewConfig extends ViewConfig_parent
|
|||||||
"payment" => "checkout",
|
"payment" => "checkout",
|
||||||
"order" => "checkout",
|
"order" => "checkout",
|
||||||
"thankyou" => "checkout",
|
"thankyou" => "checkout",
|
||||||
|
"start" => "start",
|
||||||
];
|
];
|
||||||
|
|
||||||
$dataLayer = [
|
$dataLayer = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user