From 58e0b6ab64e586225e2937bf9b301e4407f6b4d7 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 3 Jun 2016 13:45:36 +0300 Subject: [PATCH] 01.06.16 --- frontend/views/basket/success.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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