Version Notes
Speed up events tracking
Download this release
Release Info
Developer | REES46 |
Extension | Rees46_Personalization |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
app/code/community/Rees46/Personalization/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Rees46_Personalization>
|
5 |
-
<version>3.3.
|
6 |
</Rees46_Personalization>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Rees46_Personalization>
|
5 |
+
<version>3.3.2</version>
|
6 |
</Rees46_Personalization>
|
7 |
</modules>
|
8 |
<global>
|
app/design/frontend/base/default/template/rees46/personalization/init.phtml
CHANGED
@@ -20,7 +20,6 @@
|
|
20 |
REES46.pushData('<?php echo $event['name'] ?>', {
|
21 |
item_id: '<?php echo $event['data']['item_id'] ?>',
|
22 |
name: '<?php echo $event['data']['name'] ?>',
|
23 |
-
description: '<?php echo $event['data']['description'] ?>',
|
24 |
price: '<?php echo $event['data']['price'] ?>',
|
25 |
is_available: '<?php echo intval($event['data']['is_available']) ?>',
|
26 |
categories: [<?php echo implode(',', $event['data']['categories']) ?>],
|
@@ -35,7 +34,6 @@
|
|
35 |
{
|
36 |
item_id: '<?php echo $product['item_id'] ?>',
|
37 |
name: '<?php echo $product['name'] ?>',
|
38 |
-
description: '<?php echo $product['description'] ?>',
|
39 |
price: '<?php echo $product['price'] ?>',
|
40 |
is_available: '<?php echo intval($product['is_available']) ?>',
|
41 |
categories: [<?php echo implode(',', $product['categories']) ?>],
|
20 |
REES46.pushData('<?php echo $event['name'] ?>', {
|
21 |
item_id: '<?php echo $event['data']['item_id'] ?>',
|
22 |
name: '<?php echo $event['data']['name'] ?>',
|
|
|
23 |
price: '<?php echo $event['data']['price'] ?>',
|
24 |
is_available: '<?php echo intval($event['data']['is_available']) ?>',
|
25 |
categories: [<?php echo implode(',', $event['data']['categories']) ?>],
|
34 |
{
|
35 |
item_id: '<?php echo $product['item_id'] ?>',
|
36 |
name: '<?php echo $product['name'] ?>',
|
|
|
37 |
price: '<?php echo $product['price'] ?>',
|
38 |
is_available: '<?php echo intval($product['is_available']) ?>',
|
39 |
categories: [<?php echo implode(',', $product['categories']) ?>],
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rees46_Personalization</name>
|
4 |
-
<version>3.3.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU</license>
|
7 |
<channel>community</channel>
|
@@ -21,11 +21,11 @@ Then REES46 recommends appropriate products to every individual customer using b
|
|
21 |
- People Buying It Right Now.
|
22 |

|
23 |
REES46 increases efficiency of e-commerce website up to 24% (in revenue).</description>
|
24 |
-
<notes>
|
25 |
<authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
|
26 |
-
<date>2015-06-
|
27 |
-
<time>14:
|
28 |
-
<contents><target name="magecommunity"><dir name="Rees46"><dir name="Personalization"><dir name="Helper"><file name="Admin.php" hash="2d31ca47bba5404e8b9d777027f70f48"/><file name="Data.php" hash="eecf1cab557b61ff3de492ca8d768ff2"/><file name="Event.php" hash="12f1e1ef5c3842f8752d34b18e3d0e6b"/></dir><dir name="Model"><file name="Observer.php" hash="3ca0fda3cf704eb3a82bc2935fb33640"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="83cf76649e36fdf635836098c73b1310"/></dir><file name="BlockController.php" hash="c31001fb23ec7ba70e2bddcc70119022"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7d8c44125849ee7ba71b633604ee70ff"/><file name="config.xml" hash="
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.2.1</min><max>6.0.0</max></php></required></dependencies>
|
31 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rees46_Personalization</name>
|
4 |
+
<version>3.3.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU</license>
|
7 |
<channel>community</channel>
|
21 |
- People Buying It Right Now.
|
22 |

|
23 |
REES46 increases efficiency of e-commerce website up to 24% (in revenue).</description>
|
24 |
+
<notes>Speed up events tracking</notes>
|
25 |
<authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
|
26 |
+
<date>2015-06-24</date>
|
27 |
+
<time>14:45:44</time>
|
28 |
+
<contents><target name="magecommunity"><dir name="Rees46"><dir name="Personalization"><dir name="Helper"><file name="Admin.php" hash="2d31ca47bba5404e8b9d777027f70f48"/><file name="Data.php" hash="eecf1cab557b61ff3de492ca8d768ff2"/><file name="Event.php" hash="12f1e1ef5c3842f8752d34b18e3d0e6b"/></dir><dir name="Model"><file name="Observer.php" hash="3ca0fda3cf704eb3a82bc2935fb33640"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="83cf76649e36fdf635836098c73b1310"/></dir><file name="BlockController.php" hash="c31001fb23ec7ba70e2bddcc70119022"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7d8c44125849ee7ba71b633604ee70ff"/><file name="config.xml" hash="f099788edbabada44b7be9388036f89c"/><file name="system.xml" hash="4f47eecc2d1e161ae906cb511c5a2aff"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="55c2cd3a5a293270896c3c1e4ad3b677"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><file name="index.phtml" hash="87026c52a8d199d83d065c576679ebb6"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="55c2cd3a5a293270896c3c1e4ad3b677"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><dir name="blocks"><file name="cart.phtml" hash="ec4da21b7600e045494d8544cac02c06"/><file name="category.phtml" hash="56d802fa13893b477e5fcd81bf2d34a7"/><file name="home.phtml" hash="3a9812cb402d496f172870940df6a919"/><file name="product.phtml" hash="ac84646b85cd406af59ec65a0fdf1a7a"/></dir><file name="css.phtml" hash="dfe94f4cff6e314de18ce791ddb20455"/><file name="init.phtml" hash="9bc97d76c482cafe68d3dbe29e4c40d3"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rees46_Personalization.xml" hash="67bdc8c38ce74e98dda5d70a0943f2fe"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Rees46_Personalization.csv" hash="0169f9749d80016235f9c69c245f0976"/></dir><dir name="ru_RU"><file name="Rees46_Personalization.csv" hash="9a71f4c9cb704beb7bf698595ee9db13"/></dir></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.2.1</min><max>6.0.0</max></php></required></dependencies>
|
31 |
</package>
|