Version Notes
Update:
* bug fix: was wrong value in the window of purchase (thanks to Jonathan (studio2f) for defining a bug).
Download this release
Release Info
Developer | Vladas Tomkevicius |
Extension | Anaraky_GDRT_1 |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/Anaraky/Gdrt/Block/Script.php
CHANGED
@@ -81,7 +81,7 @@ class Anaraky_Gdrt_Block_Script extends Mage_Core_Block_Abstract {
|
|
81 |
'ecomm_prodid' => $data[0],
|
82 |
'ecomm_pagetype' => 'purchase',
|
83 |
'ecomm_quantity' => $data[1],
|
84 |
-
'ecomm_totalvalue' => (float)number_format($order->
|
85 |
);
|
86 |
break;
|
87 |
|
81 |
'ecomm_prodid' => $data[0],
|
82 |
'ecomm_pagetype' => 'purchase',
|
83 |
'ecomm_quantity' => $data[1],
|
84 |
+
'ecomm_totalvalue' => (float)number_format($order->getSubtotal(), '2', '.', '')
|
85 |
);
|
86 |
break;
|
87 |
|
app/code/community/Anaraky/Gdrt/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Anaraky_Gdrt>
|
5 |
-
<version>1.0.
|
6 |
</Anaraky_Gdrt>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Anaraky_Gdrt>
|
5 |
+
<version>1.0.4</version>
|
6 |
</Anaraky_Gdrt>
|
7 |
</modules>
|
8 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Anaraky_GDRT_1</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU General Public License</license>
|
7 |
<channel>community</channel>
|
@@ -9,11 +9,11 @@
|
|
9 |
<summary>Google Dynamic Remarketing Tag extension for Magento</summary>
|
10 |
<description>With this extension is simply and easy to integrate the Google Dynamic Remarketing Tag into Magento.</description>
|
11 |
<notes>Update:
|
12 |
-
*
|
13 |
<authors><author><name>Vladas Tomkevicius</name><user>Neodan</user><email>neodann@gmail.com</email></author></authors>
|
14 |
-
<date>2013-08-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="Anaraky"><dir name="Gdrt"><dir name="Block"><file name="Script.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.1.0</min><max>1.7.0.2</max></package></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Anaraky_GDRT_1</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU General Public License</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Google Dynamic Remarketing Tag extension for Magento</summary>
|
10 |
<description>With this extension is simply and easy to integrate the Google Dynamic Remarketing Tag into Magento.</description>
|
11 |
<notes>Update:
|
12 |
+
* bug fix: was wrong value in the window of purchase (thanks to Jonathan (studio2f) for defining a bug).</notes>
|
13 |
<authors><author><name>Vladas Tomkevicius</name><user>Neodan</user><email>neodann@gmail.com</email></author></authors>
|
14 |
+
<date>2013-08-28</date>
|
15 |
+
<time>20:48:57</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="Anaraky"><dir name="Gdrt"><dir name="Block"><file name="Script.php" hash="5cb3bdc90efa7c3afc4bc70354ac57d3"/></dir><dir name="Helper"><file name="Data.php" hash="e1dfad9d739c7c3bc6094abae0af01e7"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Useasid.php" hash="d0f1371d883f6dd3af422e907770ee87"/></dir></dir></dir></dir><file name="Observer.php" hash="36f4dfb4171c670b867d881bde03305d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="03a29217c242534e2f13fe79e5fb43c7"/><file name="config.xml" hash="96be92573a8917bc7f920ec813288c83"/><file name="system.xml" hash="f775db789d4219d78f1afc987718f052"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Anaraky_Gdrt.xml" hash="43fa98d76721559c9ca20636dcb6af61"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.1.0</min><max>1.7.0.2</max></package></required></dependencies>
|
19 |
</package>
|