Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
58e0b6ab64e586225e2937bf9b301e4407f6b4d7
Authored by
Administrator
2016-06-03 13:45:36 +0300
1 parent
2a9753af
01.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/basket/success.php
Inline
Side-by-side
frontend/views/basket/success.php
Wrap text
Show/Hide comments
View file @
58e0b6a
...
...
@@ -27,7 +27,7 @@ if(isset($variants) && isset($order)){
27
27
28
28
}
29
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
...
...