Rees46_Personalization - Version 3.3.6

Version Notes

HTTPS support

Download this release

Release Info

Developer REES46
Extension Rees46_Personalization
Version 3.3.6
Comparing to
See all releases


Code changes from version 3.3.5 to 3.3.6

app/code/community/Rees46/Personalization/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Rees46_Personalization>
5
- <version>3.3.5</version>
6
  </Rees46_Personalization>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Rees46_Personalization>
5
+ <version>3.3.6</version>
6
  </Rees46_Personalization>
7
  </modules>
8
  <global>
app/design/adminhtml/default/default/template/rees46/personalization/index.phtml CHANGED
@@ -2,7 +2,7 @@
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>
@@ -15,7 +15,7 @@
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>
2
  <table border="0">
3
  <tr>
4
  <td>
5
+ <img src="//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>
15
  <li>Product analytics reports.</li>
16
  <li>Audience segmentation service.</li>
17
  </ul>
18
+ <p style="margin-top: 20px"><a href="https://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>
app/design/frontend/base/default/template/rees46/personalization/css.phtml CHANGED
@@ -1,3 +1,3 @@
1
  <?php if (Mage::helper('rees46_personalization')->isEnabled()): ?>
2
- <link rel="stylesheet" type="text/css" href="http://rees46.com/shop_css/<?= $this->helper('rees46_personalization')->getAPIKey() ?>" media="all" />
3
  <?php endif; ?>
1
  <?php if (Mage::helper('rees46_personalization')->isEnabled()): ?>
2
+ <link rel="stylesheet" type="text/css" href="//rees46.com/shop_css/<?= $this->helper('rees46_personalization')->getAPIKey() ?>" media="all" />
3
  <?php endif; ?>
app/design/frontend/base/default/template/rees46/personalization/init.phtml CHANGED
@@ -2,7 +2,7 @@
2
  <?php $rees46_api_key = $this->helper('rees46_personalization')->getAPIKey(); ?>
3
  <?php if($rees46_api_key != false): ?>
4
  <!-- @rees46 -->
5
- <script src="http://cdn.rees46.com/rees46_script2.js"></script>
6
  <script type="text/javascript">
7
  REES46_CART = <?php echo json_encode($this->helper('rees46_personalization')->getCartProductIds()); ?>;
8
  jQuery(document).ready(function(){
2
  <?php $rees46_api_key = $this->helper('rees46_personalization')->getAPIKey(); ?>
3
  <?php if($rees46_api_key != false): ?>
4
  <!-- @rees46 -->
5
+ <script src="//cdn.rees46.com/rees46_script2.js"></script>
6
  <script type="text/javascript">
7
  REES46_CART = <?php echo json_encode($this->helper('rees46_personalization')->getCartProductIds()); ?>;
8
  jQuery(document).ready(function(){
package.xml CHANGED
@@ -1,17 +1,17 @@
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>
8
  <extends/>
9
- <summary>REES46 is the professional recommender system for e-commerce, with personalized merchandising, trigger and digest mailings, search personalization, etc. analyzes customers activity and recommend them best goods they are willing to buy for greater conversion and ARPPU.</summary>
10
- <description>Personal recommendations for e-commerce and e-mail notifications. Increases conversion rate and revenue without changing costs for advertisement. Automatically.&#xD;
11
  &#xD;
12
- Behaviour analysis: analyzes activity of every your customer an stores it anonymously. REES46 collects these actions: product view, product added or removed from cart, order created.&#xD;
13
  &#xD;
14
- Then REES46 recommends appropriate products to every individual customer using blocks of recommended products:&#xD;
15
  &#xD;
16
  - Personalized Popular Products.&#xD;
17
  - Personalized Similar Products.&#xD;
@@ -20,12 +20,52 @@ Then REES46 recommends appropriate products to every individual customer using b
20
  - Recently Viewed Products.&#xD;
21
  - People Buying It Right Now.&#xD;
22
  &#xD;
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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rees46_Personalization</name>
4
+ <version>3.3.6</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>REES 46 is a omnichannel platform of e-commerce personalization, including storefront personalization, trigger-based and transactional mailings, abandoned cart remarketing and high-precision segmentation service.</summary>
10
+ <description>REES 46 is a omnichannel platform of e-commerce personalization, including storefront personalization, trigger-based and transactional mailings, abandoned cart remarketing and high-precision segmentation service.&#xD;
11
  &#xD;
12
+ == In-store personalization. &#xD;
13
  &#xD;
14
+ Make your storefront more personalized automatically &#x2014; with recommender blocks:&#xD;
15
  &#xD;
16
  - Personalized Popular Products.&#xD;
17
  - Personalized Similar Products.&#xD;
20
  - Recently Viewed Products.&#xD;
21
  - People Buying It Right Now.&#xD;
22
  &#xD;
23
+ == Omnichannel recommendations. &#xD;
24
+ &#xD;
25
+ Personalise all channels: your online storefront, search, mailings, push-notifications and offline recommendations as well. Also you can integrate your email-marketing platform with REES46 personalized mechanics &#x2014; and gain the powerful marketing tool.&#xD;
26
+ &#xD;
27
+ == Personalized email-marketing. &#xD;
28
+ &#xD;
29
+ Use trigger-based and transactional mailing to activate your customers, to return them to ordering or to raise some spontaneous purchase. It works better than traditional emails because you can include personalized product recommendation into each customer&#x2019;s mailing.&#xD;
30
+ &#xD;
31
+ == Audience segmentation. &#xD;
32
+ &#xD;
33
+ Define target segments automatically due to the fact that REES46 knows the history of the customers&#x2019; behaviour.&#xD;
34
+ &#xD;
35
+ == Remarketing and abandoned carts. &#xD;
36
+ &#xD;
37
+ REES46 helps to return your customers and remind them to complete the ordering. Our advertising network has CPA-model, so you will pay only for orders, not views or clicks. Save money and sell more!&#xD;
38
+ &#xD;
39
+ == Industry specific algorithms. &#xD;
40
+ &#xD;
41
+ Nobody can&#x2019;t sell apparels in the same way as cosmetics or FMCG, right? So REES46 using industry algorithms to act more accurate and recommend the most relevant items to customers.&#xD;
42
+ &#xD;
43
+ Available industrial algorithms at this moment:&#xD;
44
+ &#xD;
45
+ - Apparel.&#xD;
46
+ - Baby products.&#xD;
47
+ - FMCG.&#xD;
48
+ - Pets products.&#xD;
49
+ - Home improvement and repair.&#xD;
50
+ - Cosmetics.&#xD;
51
+ - Consumer electronics.&#xD;
52
+ &#xD;
53
+ == Virtual profiles and Big Data. &#xD;
54
+ &#xD;
55
+ REES46 knows not only customers&#x2019; basic info, but also it keeps data about user&#x2019;s children, pets, skin condition or hair type, family budget and relations between the family members. Every customer has it&#x2019;s own virtual profile in REES46 with all this data (keeping anonymously!). &#xD;
56
+ &#xD;
57
+ == In-house analytics. &#xD;
58
+ &#xD;
59
+ All KPIs and ordering history are available at your REES46 profile. Track the perfomance of your campaigns and see the sales growth.&#xD;
60
+ &#xD;
61
+ == Bonus: make more income with REES46 online-merchandising platform. &#xD;
62
+ &#xD;
63
+ You can participate in our advertising program. Switch on the merchandising mode to allow the promotiong brands to appear in first row of your in-store recommendation. You&#x2019;ll get revenue for clicks. It&#x2019;s important: this model promote only items that already in your catalogue (not the items from another sites)!</description>
64
+ <notes>HTTPS support</notes>
65
  <authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
66
+ <date>2016-04-25</date>
67
+ <time>13:55:17</time>
68
+ <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="1d156fbbca77861b5ffa66061c666b45"/><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="4af8baf7282f391241fc980b6d56aff5"/></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="8a8c5c44da1286ec14b040f5edeb2cfd"/><file name="init.phtml" hash="de05f8fde956a61e071bd314e9c8aa07"/></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>
69
  <compatible/>
70
  <dependencies><required><php><min>5.2.1</min><max>6.0.0</max></php></required></dependencies>
71
  </package>