Version Notes
TurnTo Admin Extension
2.0 Adds support for Single Sign On
2.1 Re-wrote catalog feed generator
2.1.6 - Better catalog support in catalog feed generator.
2.2.0 - Support for sku average rating feed
2.2.1 - Minor bug fix
Download this release
Release Info
Developer | TurnTo Networks |
Extension | socialcommerce_suite_by_turnto |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
app/code/community/Turnto/Admin/controllers/.VersionController.php.swp
DELETED
Binary file
|
app/code/community/Turnto/Admin/etc/.config.xml.swp
DELETED
Binary file
|
app/code/community/Turnto/Admin/etc/system.xml
CHANGED
@@ -67,14 +67,14 @@
|
|
67 |
<validate>required-entry</validate>
|
68 |
</site_auth>
|
69 |
<enabled translate="label">
|
70 |
-
<label>
|
71 |
<frontend_type>select</frontend_type>
|
72 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
73 |
<sort_order>40</sort_order>
|
74 |
<show_in_default>1</show_in_default>
|
75 |
<show_in_website>1</show_in_website>
|
76 |
<show_in_store>1</show_in_store>
|
77 |
-
<comment>When set to Yes,
|
78 |
</enabled>
|
79 |
|
80 |
</fields>
|
67 |
<validate>required-entry</validate>
|
68 |
</site_auth>
|
69 |
<enabled translate="label">
|
70 |
+
<label>Enable TurnTo Products Ratings</label>
|
71 |
<frontend_type>select</frontend_type>
|
72 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
73 |
<sort_order>40</sort_order>
|
74 |
<show_in_default>1</show_in_default>
|
75 |
<show_in_website>1</show_in_website>
|
76 |
<show_in_store>1</show_in_store>
|
77 |
+
<comment>When set to Yes, the TurnTo average rating feed will be consumed on a scheduled basis.</comment>
|
78 |
</enabled>
|
79 |
|
80 |
</fields>
|
app/design/adminhtml/default/default/template/turnto/product_ratings_feed_tab.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<p style="margin-top:10px;width:600px">
|
3 |
|
4 |
|
5 |
-
|
6 |
<br>
|
7 |
<br>
|
8 |
|
2 |
<p style="margin-top:10px;width:600px">
|
3 |
|
4 |
|
5 |
+
The product ratings feed contains the average rating and review count for each product. This feed can be automatically consumed by the TurnTo extension. Once the feed is consumed, the average ratings and review counts will be stored in the database and available to be placed in the search results or where ever else you may wish to put them.
|
6 |
<br>
|
7 |
<br>
|
8 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>socialcommerce_suite_by_turnto</name>
|
4 |
-
<version>2.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.turntonetworks.com/terms-of-use">TurnTo Networks</license>
|
7 |
<channel>community</channel>
|
@@ -13,11 +13,12 @@
|
|
13 |
2.0 Adds support for Single Sign On
|
14 |
2.1 Re-wrote catalog feed generator
|
15 |
2.1.6 - Better catalog support in catalog feed generator.
|
16 |
-
2.2.0 - Support for sku average rating feed
|
|
|
17 |
<authors><author><name>TurnTo</name><user>TurnTo</user><email>contact@turnto.com</email></author></authors>
|
18 |
<date>2015-07-20</date>
|
19 |
-
<time>
|
20 |
-
<contents><target name="magecommunity"><dir name="Turnto"><dir name="Admin"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Feed.php" hash="22479a47b415176c2900c953e957f391"/></dir></dir></dir><file name="CatalogFeed.php" hash="25329c99c5b3d55bb57e44b8be83b943"/><file name="HistoricalFeed.php" hash="519d9d464f4c82ba99daf1f70b32a69c"/><file name="Overview.php" hash="28a8867b752c3ec29ce2d9429a1329ed"/><file name="RatingsFeed.php" hash="264cf15842c2738f1b77bce6ff9b9f0a"/><dir name="Review"><file name="Helper.php" hash="57b86bbb935b6561984c365f9dece0e0"/></dir><file name="ShowTabsAdminBlock.php" hash="81798b82fce9de7e3329165aaf613a92"/></dir><dir name="Helper"><file name="Data.php" hash="ec13e17b86c2e0c50bbbc69b18b838c0"/></dir><dir name="Model"><file name="Observer.php" hash="f8bf79b983a8af1b28c547d28143d335"/><file name="Rating.php" hash="d679a1cba88eb5b39f5d922c9a86ab94"/><dir name="Resource"><dir name="Rating"><file name="Collection.php" hash="6a868845725df7b134853ae5615d355f"/></dir><file name="Rating.php" hash="c30ccb361bcd0822618c074e1d52e456"/></dir></dir><dir name="controllers"><dir name="AdminControllers"><file name="TurntoController.php" hash="ee857e9efafd342cb0b8ef44def9f8ff"/><file name="TurntoController.php.bkup" hash="72374095498b8f1d8d6aaee8e9abb7ce"/></dir><file name="IndexController.php" hash="7f0a5858c9fce288f7b10be2eea71e2a"/><file name="VersionController.php" hash="0d3880d8b8714ba64b8560cbce4a113e"/><file name=".IndexController.php.swo" hash="9fe1be1d74e273018c523559e88f8950"/><file name=".VersionController.php.swo" hash="297b78fd627fc67e350325767bd33e9a"
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>socialcommerce_suite_by_turnto</name>
|
4 |
+
<version>2.2.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.turntonetworks.com/terms-of-use">TurnTo Networks</license>
|
7 |
<channel>community</channel>
|
13 |
2.0 Adds support for Single Sign On
|
14 |
2.1 Re-wrote catalog feed generator
|
15 |
2.1.6 - Better catalog support in catalog feed generator.
|
16 |
+
2.2.0 - Support for sku average rating feed
|
17 |
+
2.2.1 - Minor bug fix</notes>
|
18 |
<authors><author><name>TurnTo</name><user>TurnTo</user><email>contact@turnto.com</email></author></authors>
|
19 |
<date>2015-07-20</date>
|
20 |
+
<time>21:54:05</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Turnto"><dir name="Admin"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Feed.php" hash="22479a47b415176c2900c953e957f391"/></dir></dir></dir><file name="CatalogFeed.php" hash="25329c99c5b3d55bb57e44b8be83b943"/><file name="HistoricalFeed.php" hash="519d9d464f4c82ba99daf1f70b32a69c"/><file name="Overview.php" hash="28a8867b752c3ec29ce2d9429a1329ed"/><file name="RatingsFeed.php" hash="264cf15842c2738f1b77bce6ff9b9f0a"/><dir name="Review"><file name="Helper.php" hash="57b86bbb935b6561984c365f9dece0e0"/></dir><file name="ShowTabsAdminBlock.php" hash="81798b82fce9de7e3329165aaf613a92"/></dir><dir name="Helper"><file name="Data.php" hash="ec13e17b86c2e0c50bbbc69b18b838c0"/></dir><dir name="Model"><file name="Observer.php" hash="f8bf79b983a8af1b28c547d28143d335"/><file name="Rating.php" hash="d679a1cba88eb5b39f5d922c9a86ab94"/><dir name="Resource"><dir name="Rating"><file name="Collection.php" hash="6a868845725df7b134853ae5615d355f"/></dir><file name="Rating.php" hash="c30ccb361bcd0822618c074e1d52e456"/></dir></dir><dir name="controllers"><dir name="AdminControllers"><file name="TurntoController.php" hash="ee857e9efafd342cb0b8ef44def9f8ff"/><file name="TurntoController.php.bkup" hash="72374095498b8f1d8d6aaee8e9abb7ce"/></dir><file name="IndexController.php" hash="7f0a5858c9fce288f7b10be2eea71e2a"/><file name="VersionController.php" hash="0d3880d8b8714ba64b8560cbce4a113e"/><file name=".IndexController.php.swo" hash="9fe1be1d74e273018c523559e88f8950"/><file name=".VersionController.php.swo" hash="297b78fd627fc67e350325767bd33e9a"/></dir><dir name="etc"><file name="config.xml" hash="4908434e61e7810dc1cfb786973170b1"/><file name="system.xml" hash="2c2bd498a7303b9bb6483a0daa2457da"/></dir><dir name="sql"><dir name="turnto_admin_setup"><file name="mysql4-install-2.2.0.php" hash="2dbc4b2569ae7cd9fdd2eb088dbfbd14"/></dir></dir></dir><dir name="Login"><dir name="Block"><file name="Login.php" hash="c5fd9e315641b8d12a1a6ed2334e93c9"/><file name="Reg.php" hash="d8a8a40388d8e9759c6e33d033b5548d"/></dir><dir name="Helper"><file name="Data.php" hash="0a91a4f0d680e349f580ae067d1df6e2"/></dir><dir name="controllers"><file name="IndexController.php" hash="94708c749d15a55b6954cc01543121f6"/></dir><dir name="etc"><file name="config.xml" hash="033dc3797bc9b3d41fdbc772598eaf5a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Turnto_Admin.xml" hash="8ff02a192ff5c2712972d2f095eb1e6c"/><file name="Turnto_Login.xml" hash="feff13bd2ef11833db4eddcb510879f8"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="turnto"><dir name="adminhtml"><dir name="system"><dir name="config"><file name="feed.phtml" hash="df53d78a80939964a4eb3f8710cd0af7"/></dir></dir></dir><file name="catalog_feed_tab.phtml" hash="79588624cd97da6afbb873c0006a971b"/><file name="historical_feed_tab.phtml" hash="5a8a1b6ddeacc91e06326f5da6751a6c"/><file name="overview.phtml" hash="79eec542652f64e6380dff6d19d16114"/><file name="product_ratings_feed_tab.phtml" hash="525f50ae7ed3eb7f3e942e71ffc62dde"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="turnto"><dir name="login"><file name="login.phtml" hash="55bb2ef93f07bbcd9ebdebe80e5a50a1"/><file name="login_form.phtml" hash="c0d4085d734620b5535a0352a831bb20"/><file name="reg.phtml" hash="55bb2ef93f07bbcd9ebdebe80e5a50a1"/><file name="reg_form.phtml" hash="66fdc4835e040e94094f8b5a6aae4588"/></dir></dir></dir><dir name="layout"><file name="turnto_login.xml" hash="12ade155511eb35a63a6e35e57067548"/></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
24 |
</package>
|