Commit 58e0b6ab64e586225e2937bf9b301e4407f6b4d7
1 parent
2a9753af
01.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/basket/success.php
@@ -27,7 +27,7 @@ if(isset($variants) && isset($order)){ | @@ -27,7 +27,7 @@ if(isset($variants) && isset($order)){ | ||
27 | 27 | ||
28 | } | 28 | } |
29 | $orderData .= "ga('ecommerce:send');"; | 29 | $orderData .= "ga('ecommerce:send');"; |
30 | - $this->registerJs ($orderData, View::POS_BEGIN); | 30 | + $this->registerJs ($orderData, View::POS_END); |
31 | 31 | ||
32 | } | 32 | } |
33 | 33 |