YOOCHOOSE_Recommender_Engine - Version 1.2.2

Version Notes

Adjusted Registration URL

Download this release

Release Info

Developer Magento Core Team
Extension YOOCHOOSE_Recommender_Engine
Version 1.2.2
Comparing to
See all releases


Code changes from version 1.2.0 to 1.2.2

app/code/community/AvS/Yoochoose/etc/config.xml CHANGED
@@ -3,7 +3,7 @@
3
 
4
  <modules>
5
  <AvS_Yoochoose>
6
- <version>1.1.0</version>
7
  </AvS_Yoochoose>
8
  </modules>
9
 
@@ -149,19 +149,19 @@
149
  <crossselling>
150
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
151
  <scenario>also_purchased</scenario>
152
- <prefer_manual_connections>1</prefer_manual_connections>
153
  <max_count>4</max_count>
154
  </crossselling>
155
  <upselling>
156
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
157
- <scenario>also_clicked</scenario>
158
- <prefer_manual_connections>1</prefer_manual_connections>
159
  <max_count>4</max_count>
160
  </upselling>
161
  <related>
162
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
163
- <scenario>top_selling</scenario>
164
- <prefer_manual_connections>1</prefer_manual_connections>
165
  <max_count>4</max_count>
166
  </related>
167
  </yoochoose>
3
 
4
  <modules>
5
  <AvS_Yoochoose>
6
+ <version>1.2.1</version>
7
  </AvS_Yoochoose>
8
  </modules>
9
 
149
  <crossselling>
150
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
151
  <scenario>also_purchased</scenario>
152
+ <prefer_manual_connections>0</prefer_manual_connections>
153
  <max_count>4</max_count>
154
  </crossselling>
155
  <upselling>
156
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
157
+ <scenario>also_purchased</scenario>
158
+ <prefer_manual_connections>0</prefer_manual_connections>
159
  <max_count>4</max_count>
160
  </upselling>
161
  <related>
162
  <display_yoochoose_recommendations>0</display_yoochoose_recommendations>
163
+ <scenario>also_clicked</scenario>
164
+ <prefer_manual_connections>0</prefer_manual_connections>
165
  <max_count>4</max_count>
166
  </related>
167
  </yoochoose>
app/code/community/AvS/Yoochoose/etc/system.xml CHANGED
@@ -58,7 +58,7 @@
58
  <fields>
59
  <client_id translate="label,comment">
60
  <label>Yoochoose Client ID</label>
61
- <comment><![CDATA[If you don't have a Client ID yet, <a href="http://config.yoochoose.net" target="_blank">click here</a>.]]></comment>
62
  <frontend_type>text</frontend_type>
63
  <sort_order>10</sort_order>
64
  <show_in_default>1</show_in_default>
@@ -108,7 +108,7 @@
108
  <show_in_website>1</show_in_website>
109
  <show_in_store>1</show_in_store>
110
  </scenario>
111
- <prefer_manual_connections translate="label,comment">
112
  <label>Prefer manually entered Connections</label>
113
  <frontend_type>select</frontend_type>
114
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -117,7 +117,7 @@
117
  <show_in_website>1</show_in_website>
118
  <show_in_store>1</show_in_store>
119
  <comment>Don't display otherwise</comment>
120
- </prefer_manual_connections>
121
  <max_count translate="label">
122
  <label>Max count of recommendations</label>
123
  <frontend_type>text</frontend_type>
@@ -152,7 +152,7 @@
152
  <show_in_website>1</show_in_website>
153
  <show_in_store>1</show_in_store>
154
  </scenario>
155
- <prefer_manual_connections translate="label,comment">
156
  <label>Prefer manually entered Connections</label>
157
  <frontend_type>select</frontend_type>
158
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -161,7 +161,7 @@
161
  <show_in_website>1</show_in_website>
162
  <show_in_store>1</show_in_store>
163
  <comment>Don't display otherwise</comment>
164
- </prefer_manual_connections>
165
  <max_count translate="label">
166
  <label>Max count of recommendations</label>
167
  <frontend_type>text</frontend_type>
@@ -196,7 +196,7 @@
196
  <show_in_website>1</show_in_website>
197
  <show_in_store>1</show_in_store>
198
  </scenario>
199
- <prefer_manual_connections translate="label,comment">
200
  <label>Prefer manually entered Connections</label>
201
  <frontend_type>select</frontend_type>
202
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -205,7 +205,7 @@
205
  <show_in_website>1</show_in_website>
206
  <show_in_store>1</show_in_store>
207
  <comment>Don't display otherwise</comment>
208
- </prefer_manual_connections>
209
  <max_count translate="label">
210
  <label>Max count of recommendations</label>
211
  <frontend_type>text</frontend_type>
58
  <fields>
59
  <client_id translate="label,comment">
60
  <label>Yoochoose Client ID</label>
61
+ <comment><![CDATA[If you don't have a Client ID yet, <a href="https://config.yoochoose.net/registration/registration.jsp?role=magento&lang=en" target="_blank">click here</a>.]]></comment>
62
  <frontend_type>text</frontend_type>
63
  <sort_order>10</sort_order>
64
  <show_in_default>1</show_in_default>
108
  <show_in_website>1</show_in_website>
109
  <show_in_store>1</show_in_store>
110
  </scenario>
111
+ <!--prefer_manual_connections translate="label,comment">
112
  <label>Prefer manually entered Connections</label>
113
  <frontend_type>select</frontend_type>
114
  <source_model>adminhtml/system_config_source_yesno</source_model>
117
  <show_in_website>1</show_in_website>
118
  <show_in_store>1</show_in_store>
119
  <comment>Don't display otherwise</comment>
120
+ </prefer_manual_connections-->
121
  <max_count translate="label">
122
  <label>Max count of recommendations</label>
123
  <frontend_type>text</frontend_type>
152
  <show_in_website>1</show_in_website>
153
  <show_in_store>1</show_in_store>
154
  </scenario>
155
+ <!--prefer_manual_connections translate="label,comment">
156
  <label>Prefer manually entered Connections</label>
157
  <frontend_type>select</frontend_type>
158
  <source_model>adminhtml/system_config_source_yesno</source_model>
161
  <show_in_website>1</show_in_website>
162
  <show_in_store>1</show_in_store>
163
  <comment>Don't display otherwise</comment>
164
+ </prefer_manual_connections-->
165
  <max_count translate="label">
166
  <label>Max count of recommendations</label>
167
  <frontend_type>text</frontend_type>
196
  <show_in_website>1</show_in_website>
197
  <show_in_store>1</show_in_store>
198
  </scenario>
199
+ <!--prefer_manual_connections translate="label,comment">
200
  <label>Prefer manually entered Connections</label>
201
  <frontend_type>select</frontend_type>
202
  <source_model>adminhtml/system_config_source_yesno</source_model>
205
  <show_in_website>1</show_in_website>
206
  <show_in_store>1</show_in_store>
207
  <comment>Don't display otherwise</comment>
208
+ </prefer_manual_connections-->
209
  <max_count translate="label">
210
  <label>Max count of recommendations</label>
211
  <frontend_type>text</frontend_type>
app/locale/de_DE/AvS_Yoochoose.csv CHANGED
@@ -3,7 +3,7 @@
3
  "Disabled","Deaktiviert"
4
  "API Settings","API-Benutzerdaten"
5
  "Yoochoose Client ID","Yoochoose Kundennummer"
6
- "If you don't have a Client ID yet, <a href=""http://config.yoochoose.net"" target=""_blank"">click here</a>.","Wenn Sie noch keine Kundennummer haben, <a href=""http://config.yoochoose.net"" target=""_blank"">klicken Sie hier</a>."
7
  "Yoochoose License Key","Yoochoose Lizenzschlüssel"
8
  "Yoochoose License Type","Yoochoose Lizenztyp"
9
  "Will be filled automatically after saving with correct license data","Wird nach dem Speichern mit korrekten Lizenz-Informationen automatisch befüllt."
@@ -20,7 +20,7 @@
20
  "Display Yoochoose Recommendations in Upselling Block","Yoochoose-Empfehlungen im Up-Selling-Block anzeigen"
21
  "Display Yoochoose Recommendations in Related Products Block","Yoochoose-Empfehlungen im Ähnliche-Produkte-Block anzeigen"
22
  "Scenario used","Verwendetes Szenario"
23
- "Prefer manually entered Connections","Manuell angelegte Verknüpfungen bevorzugt darstellen"
24
  "Don't display otherwise","Andernfalls nicht darstellen"
25
  "Max count of recommendations","Maximale Anzahl Verknüpfungen"
26
  "Registered Clicks","Registrierte Klicks"
@@ -33,4 +33,4 @@
33
  "Item Type %s unknown.","Item Type %s unbekannt."
34
  "Yoochoose Tracking","Yoochoose Tracking"
35
 
36
- "Yoochoose User Id","Yoochoose Kunden-ID"
3
  "Disabled","Deaktiviert"
4
  "API Settings","API-Benutzerdaten"
5
  "Yoochoose Client ID","Yoochoose Kundennummer"
6
+ "If you don't have a Client ID yet, <a href=""https://config.yoochoose.net/registration/registration.jsp?role=magento&lang=en"" target=""_blank"">click here</a>.","Wenn Sie noch keine Kundennummer haben, <a href=""https://config.yoochoose.net/registration/registration.jsp?role=magento&lang=de"" target=""_blank"">klicken Sie hier</a>."
7
  "Yoochoose License Key","Yoochoose Lizenzschlüssel"
8
  "Yoochoose License Type","Yoochoose Lizenztyp"
9
  "Will be filled automatically after saving with correct license data","Wird nach dem Speichern mit korrekten Lizenz-Informationen automatisch befüllt."
20
  "Display Yoochoose Recommendations in Upselling Block","Yoochoose-Empfehlungen im Up-Selling-Block anzeigen"
21
  "Display Yoochoose Recommendations in Related Products Block","Yoochoose-Empfehlungen im Ähnliche-Produkte-Block anzeigen"
22
  "Scenario used","Verwendetes Szenario"
23
+ "Prefer manually entered recommendations","Manuell angelegte Verknüpfungen bevorzugt darstellen"
24
  "Don't display otherwise","Andernfalls nicht darstellen"
25
  "Max count of recommendations","Maximale Anzahl Verknüpfungen"
26
  "Registered Clicks","Registrierte Klicks"
33
  "Item Type %s unknown.","Item Type %s unbekannt."
34
  "Yoochoose Tracking","Yoochoose Tracking"
35
 
36
+ "Yoochoose User Id","Yoochoose Kunden-ID"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>YOOCHOOSE_Recommender_Engine</name>
4
- <version>1.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -60,11 +60,11 @@ Wir legen hohen Wert auf die Einhaltung der Datenschutzverordnungen und Gesetze.
60
  Sollten Sie Ihren Firmensitz au&#xDF;erhalb der EU haben, dann profitieren Sie ebenfalls automatisch von unseren hohen Sicherheitsstandards. So wird stets die Privatsph&#xE4;re Ihrer Kunden gewahrt.&#xD;
61
  Nutzen Sie unsere kostenlose Testphase! Wir bieten Ihnen den Empfehlungsdienst ohne Bereitstellungsgeb&#xFC;hr kostenlos f&#xFC;r 30-Tage* an.&#xD;
62
  *Eingeschr&#xE4;nkte Test Version &#x2013; Beschr&#xE4;nkung des Produktumfangs und der Empfehlungsabrufe. Bei Fragen stehen wir Ihnen gerne telefonisch unter der Rufnummer 0221/16800762 sowie unter info@yoochoose.com zur Verf&#xFC;gung.</description>
63
- <notes>Added compatibility for Magento 1.3.x</notes>
64
  <authors><author><name>Andreas von Studnitz</name><user>auto-converted</user><email>avs@avs-webentwicklung.de</email></author></authors>
65
- <date>2011-04-21</date>
66
- <time>13:34:16</time>
67
- <contents><target name="mageetc"><dir name="modules"><file name="AvS_Yoochoose.xml" hash="695d97ac588c41c8478b74cf27e24f56"/></dir></target><target name="magecommunity"><dir name="AvS"><dir name="Yoochoose"><dir name="Block"><file name="Crosssell.php" hash="19f6e22fb73a78ba7be2ed3986370943"/><file name="Recommendation.php" hash="476f5590d2613509f6fd3c3781801c57"/><file name="Related.php" hash="84d84555b6fa7ee79f56d75df752d00d"/><file name="Tracking.php" hash="0cee2eac736623c8d7ffdb400c126084"/><file name="Upsell.php" hash="d8f2b4597c96d54e7567e09223841a5b"/></dir><dir name="Helper"><file name="Data.php" hash="88e28453703452bb2b3a1c7fb0822915"/></dir><dir name="Model"><dir name="Api"><dir name="Recommendation"><file name="Crossselling.php" hash="a975b28acc8fb6fe5ef9bdae1ede7c09"/><file name="Related.php" hash="343feb6af7e8cdc2030819437b2c195d"/><file name="Upselling.php" hash="032a35a019762174ef1e1ea569ee61cb"/></dir><file name="Event.php" hash="e8a3294c4ee5cb7eec68d90621cf4774"/><file name="Recommendation.php" hash="840d90c0706a27718549c223c5a480c4"/></dir><file name="Api.php" hash="2ffa2e06e9b745b6759c4f3d0fce6853"/><file name="Observer.php" hash="7eb160372a4b2083c47c0a02b9f9d5e2"/></dir><dir name="etc"><file name="config.xml" hash="fdef729426792a59c9d856a8af221aa3"/><file name="system.xml" hash="b0c065dd22b27fa2034462bc8076b75e"/></dir><dir name="sql"><dir name="yoochoose_setup"><file name="mysql4-install-0.1.0.php" hash="d5c03520d481885434e75819007701a0"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="yoochoose"><file name="crosssell.phtml" hash="ed022f89202e2f41536a4f71bc3c491f"/><file name="recommendation.phtml" hash="8f6024432a96168f276670135fbe371d"/><file name="related.phtml" hash="04ea700df2c84cc4ea2cc12df5fec95b"/><file name="tracking.phtml" hash="b981947607bfcb8d0cf15eaec70cb380"/><file name="upsell.phtml" hash="5b39cafe647f645c080420b50299c5ba"/></dir></dir><dir name="layout"><file name="yoochoose.xml" hash="56b7ed57066f29e412e75cf55d3a0d21"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="AvS_Yoochoose.csv" hash="33c25b1743602613c850a9e50642ab15"/></dir></target></contents>
68
  <compatible/>
69
  <dependencies/>
70
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>YOOCHOOSE_Recommender_Engine</name>
4
+ <version>1.2.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
60
  Sollten Sie Ihren Firmensitz au&#xDF;erhalb der EU haben, dann profitieren Sie ebenfalls automatisch von unseren hohen Sicherheitsstandards. So wird stets die Privatsph&#xE4;re Ihrer Kunden gewahrt.&#xD;
61
  Nutzen Sie unsere kostenlose Testphase! Wir bieten Ihnen den Empfehlungsdienst ohne Bereitstellungsgeb&#xFC;hr kostenlos f&#xFC;r 30-Tage* an.&#xD;
62
  *Eingeschr&#xE4;nkte Test Version &#x2013; Beschr&#xE4;nkung des Produktumfangs und der Empfehlungsabrufe. Bei Fragen stehen wir Ihnen gerne telefonisch unter der Rufnummer 0221/16800762 sowie unter info@yoochoose.com zur Verf&#xFC;gung.</description>
63
+ <notes>Adjusted Registration URL</notes>
64
  <authors><author><name>Andreas von Studnitz</name><user>auto-converted</user><email>avs@avs-webentwicklung.de</email></author></authors>
65
+ <date>2011-05-18</date>
66
+ <time>13:36:20</time>
67
+ <contents><target name="mageetc"><dir name="modules"><file name="AvS_Yoochoose.xml" hash="695d97ac588c41c8478b74cf27e24f56"/></dir></target><target name="magecommunity"><dir name="AvS"><dir name="Yoochoose"><dir name="Block"><file name="Crosssell.php" hash="19f6e22fb73a78ba7be2ed3986370943"/><file name="Recommendation.php" hash="476f5590d2613509f6fd3c3781801c57"/><file name="Related.php" hash="84d84555b6fa7ee79f56d75df752d00d"/><file name="Tracking.php" hash="0cee2eac736623c8d7ffdb400c126084"/><file name="Upsell.php" hash="d8f2b4597c96d54e7567e09223841a5b"/></dir><dir name="Helper"><file name="Data.php" hash="88e28453703452bb2b3a1c7fb0822915"/></dir><dir name="Model"><dir name="Api"><dir name="Recommendation"><file name="Crossselling.php" hash="a975b28acc8fb6fe5ef9bdae1ede7c09"/><file name="Related.php" hash="343feb6af7e8cdc2030819437b2c195d"/><file name="Upselling.php" hash="032a35a019762174ef1e1ea569ee61cb"/></dir><file name="Event.php" hash="e8a3294c4ee5cb7eec68d90621cf4774"/><file name="Recommendation.php" hash="840d90c0706a27718549c223c5a480c4"/></dir><file name="Api.php" hash="2ffa2e06e9b745b6759c4f3d0fce6853"/><file name="Observer.php" hash="7eb160372a4b2083c47c0a02b9f9d5e2"/></dir><dir name="etc"><file name="config.xml" hash="c90f22076ca8d4ac831520376d951438"/><file name="system.xml" hash="3c2ffaccdaa8d561d3dbda49e5cffbc0"/></dir><dir name="sql"><dir name="yoochoose_setup"><file name="mysql4-install-0.1.0.php" hash="d5c03520d481885434e75819007701a0"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="yoochoose"><file name="crosssell.phtml" hash="ed022f89202e2f41536a4f71bc3c491f"/><file name="recommendation.phtml" hash="8f6024432a96168f276670135fbe371d"/><file name="related.phtml" hash="04ea700df2c84cc4ea2cc12df5fec95b"/><file name="tracking.phtml" hash="b981947607bfcb8d0cf15eaec70cb380"/><file name="upsell.phtml" hash="5b39cafe647f645c080420b50299c5ba"/></dir></dir><dir name="layout"><file name="yoochoose.xml" hash="56b7ed57066f29e412e75cf55d3a0d21"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="AvS_Yoochoose.csv" hash="1e5b71973b4aac4231c4cd5b93b88d1d"/></dir></target></contents>
68
  <compatible/>
69
  <dependencies/>
70
  </package>