diff --git a/frontend/views/basket/success.php b/frontend/views/basket/success.php index d2c4f01..5f81ba8 100755 --- a/frontend/views/basket/success.php +++ b/frontend/views/basket/success.php @@ -27,7 +27,7 @@ if(isset($variants) && isset($order)){ } $orderData .= "ga('ecommerce:send');"; - $this->registerJs ($orderData, View::POS_BEGIN); + $this->registerJs ($orderData, View::POS_END); } -- libgit2 0.21.4