Version Notes
Intro to back office
Download this release
Release Info
Developer | REES46 |
Extension | Rees46_Personalization |
Version | 3.3.5 |
Comparing to | |
See all releases |
Code changes from version 3.3.4 to 3.3.5
app/code/community/Rees46/Personalization/etc/adminhtml.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<config>
|
10 |
<menu>
|
11 |
<personalization translate="title" module="rees46_personalization">
|
12 |
-
<title>
|
13 |
<sort_order>65</sort_order>
|
14 |
<children>
|
15 |
<overview translate="title" module="rees46_personalization">
|
9 |
<config>
|
10 |
<menu>
|
11 |
<personalization translate="title" module="rees46_personalization">
|
12 |
+
<title>REES46 Recommendations</title>
|
13 |
<sort_order>65</sort_order>
|
14 |
<children>
|
15 |
<overview translate="title" module="rees46_personalization">
|
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.5</version>
|
6 |
</Rees46_Personalization>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Rees46/Personalization/etc/system.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<sections>
|
11 |
<personalization>
|
12 |
<class>separator-top</class>
|
13 |
-
<label>
|
14 |
<tab>general</tab>
|
15 |
<frontend_type>text</frontend_type>
|
16 |
<sort_order>500</sort_order>
|
10 |
<sections>
|
11 |
<personalization>
|
12 |
<class>separator-top</class>
|
13 |
+
<label>REES46 Recommendations</label>
|
14 |
<tab>general</tab>
|
15 |
<frontend_type>text</frontend_type>
|
16 |
<sort_order>500</sort_order>
|
app/design/adminhtml/default/default/template/rees46/personalization/index.phtml
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
<!-- @rees46 -->
|
2 |
-
<
|
3 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- @rees46 -->
|
2 |
+
<table border="0">
|
3 |
+
<tr>
|
4 |
+
<td>
|
5 |
+
<img src="http://cdn.rees46.com/rees46_magento_logo.png" alt="REES46 Logo">
|
6 |
+
</td>
|
7 |
+
<td style="padding-left: 20px">
|
8 |
+
<h1>REES46 Recommendation Engine Overview</h1>
|
9 |
+
<p>In REES46 backoffice you will find:</p>
|
10 |
+
<ul style="list-style: disc; padding-left: 20px;">
|
11 |
+
<li>Recommendation Engine performance reports.</li>
|
12 |
+
<li>Trigger mailings management and reports.</li>
|
13 |
+
<li>E-mail marketing control and reports.</li>
|
14 |
+
<li>Remarketing control and reports</li>
|
15 |
+
<li>Product analytics reports.</li>
|
16 |
+
<li>Audience segmentation service.</li>
|
17 |
+
</ul>
|
18 |
+
<p style="margin-top: 20px"><a href="http://rees46.com" target="_blank" style="display: inline-block; border: 1px solid #222; padding: 5px 10px; border-radius: 10px; color: #222; text-decoration: none">Go to my REES46 backoffice</a></p>
|
19 |
+
</td>
|
20 |
+
</tr>
|
21 |
+
</table>
|
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>2016-03-10</date>
|
27 |
-
<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="b556b383c49d1ce32e75a34739c0ec80"/></dir><dir name="Model"><file name="Observer.php" hash="46514b2c3bebbf55a375df6eef73b01d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="223eb514006587a194e969487e650b6d"/></dir><file name="BlockController.php" hash="af21b92af9fb8c8aacc60f41cf40b54c"/></dir><dir name="etc"><file name="adminhtml.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.5</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>Intro to back office </notes>
|
25 |
<authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
|
26 |
<date>2016-03-10</date>
|
27 |
+
<time>14:04:20</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="b556b383c49d1ce32e75a34739c0ec80"/></dir><dir name="Model"><file name="Observer.php" hash="46514b2c3bebbf55a375df6eef73b01d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="223eb514006587a194e969487e650b6d"/></dir><file name="BlockController.php" hash="af21b92af9fb8c8aacc60f41cf40b54c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6377f088c69a7b1b241fe382893d0254"/><file name="config.xml" hash="5fee429acbc75a043d8ba43b4180a036"/><file name="system.xml" hash="9b5cca89ddeea0405ed55fb34f7dea7f"/></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="cc9a4d6b724a62ac8324cd3c71b8b21b"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="b1a6845c76cc0e3efbf901bb5a6a0322"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><dir name="blocks"><file name="cart.phtml" hash="c594f670a1b069c5c8418db41a89e4a7"/><file name="category.phtml" hash="ddaa3e5542058a6091ada3565e32b085"/><file name="category_popular.phtml" hash="db6f2d7df16ab69b76030eb008df9b22"/><file name="home.phtml" hash="3ca3dff9140e0bb0d850b456f9bf8640"/><file name="product.phtml" hash="8e5621b3897e374fe34436326f2132e9"/></dir><file name="css.phtml" hash="dfe94f4cff6e314de18ce791ddb20455"/><file name="init.phtml" hash="d77df5f096dc430a58a13baaf027958c"/></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>
|