Version Notes
Download this release
Release Info
Developer | SetuBridge Technolabs |
Extension | Recent_Products_Review |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/local/Sbridge/Recentreview/etc/adminhtml.xml
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="utf-8"?>
|
2 |
-
<config>
|
3 |
-
<acl>
|
4 |
-
<resources>
|
5 |
-
<admin>
|
6 |
-
<children>
|
7 |
-
<system>
|
8 |
-
<children>
|
9 |
-
<config>
|
10 |
-
<children>
|
11 |
-
<review_section translate="title" module="recentreview">
|
12 |
-
<!--<title>Manage Request</title>-->
|
13 |
-
<sort_order>100</sort_order>
|
14 |
-
</review_section>
|
15 |
-
</children>
|
16 |
-
</config>
|
17 |
-
</children>
|
18 |
-
</system>
|
19 |
-
</children>
|
20 |
-
</admin>
|
21 |
-
</resources>
|
22 |
-
</acl>
|
23 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Sbridge/Recentreview/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Sbridge_Recentreview>
|
5 |
-
<version>
|
6 |
</Sbridge_Recentreview>
|
7 |
</modules>
|
8 |
<frontend>
|
@@ -41,13 +41,21 @@
|
|
41 |
<title>Allow Everything</title>
|
42 |
</all>
|
43 |
<admin>
|
44 |
-
|
45 |
-
<
|
46 |
-
<
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
</resources>
|
52 |
</acl>
|
53 |
<layout>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Sbridge_Recentreview>
|
5 |
+
<version>1.0.4</version>
|
6 |
</Sbridge_Recentreview>
|
7 |
</modules>
|
8 |
<frontend>
|
41 |
<title>Allow Everything</title>
|
42 |
</all>
|
43 |
<admin>
|
44 |
+
<children>
|
45 |
+
<system>
|
46 |
+
<children>
|
47 |
+
<config>
|
48 |
+
<children>
|
49 |
+
<review_section translate="title" module="recentreview">
|
50 |
+
<title>recentreview</title>
|
51 |
+
<sort_order>100</sort_order>
|
52 |
+
</review_section>
|
53 |
+
</children>
|
54 |
+
</config>
|
55 |
+
</children>
|
56 |
+
</system>
|
57 |
+
</children>
|
58 |
+
</admin>
|
59 |
</resources>
|
60 |
</acl>
|
61 |
<layout>
|
package.xml
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Recent_Products_Review</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license>OSLv3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Extension to showcase Recent Review for store products along with product image.</summary>
|
10 |
-
<description
|
11 |

|
12 |
-
|
|
|
|
|
13 |

|
14 |
This Recent Review Sidebar extension allows you to display latest reviews on your store at sidebar - Right or Left on any pages which contains sidebar.
|
15 |
By displaying like this you get the attention of your customers to recently reviewed product.
|
16 |

|
|
|
17 |
<h3>Recent Product Product Extension Features</h3>
|
18 |
<li>Instantly enable/display sidebar widget from admin panel</li>
|
19 |
<li>Showcase Recent review in sidebar</li>
|
@@ -23,17 +26,18 @@ By displaying like this you get the attention of your customers to recently revi
|
|
23 |
<li>Display rating summary</li>
|
24 |
<li>Optimized code to load reviews to keep performance graph up</li>
|
25 |
<li>Easy installation & Configuration</li>
|
26 |
-

|
27 |
<h3>Technical Standards</h3>
|
28 |
<li>Follows Extension Development Guideline</li>
|
29 |
<li>Compatible with Latest Magento community additions</li>
|
30 |
<li>Follows Magento Coding standards</li>
|
31 |
</description>
|
32 |
-
<notes
|
33 |
-
|
34 |
-
<
|
35 |
-
<
|
36 |
-
<
|
|
|
37 |
<compatible/>
|
38 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
39 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Recent_Products_Review</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Extension to showcase Recent Review for store products along with product image.</summary>
|
10 |
+
<description><h3>Easy Extension to showcase Recent Review for store products along with product image.</h3>
|
11 |

|
12 |
+
Customer reviews are massively important in current ecommerce business to sell your products. People expects review for products before they actually buy products online.
|
13 |
+

|
14 |
+
We setubridge has optimum solution for merchants who wants to showcase products reviews to promot products. We have easy, quick & flexible solution to display recent store products review in sidebars. Alogn with recent review sidebar widget, extension comes up with backend configurations interface which allows admin to make selection for review sidebar display. Admin can choose number of reviews & position of review sidebar to be display from admin configuration. Please go through below some highlighted feature for extension
|
15 |

|
16 |
This Recent Review Sidebar extension allows you to display latest reviews on your store at sidebar - Right or Left on any pages which contains sidebar.
|
17 |
By displaying like this you get the attention of your customers to recently reviewed product.
|
18 |

|
19 |
+

|
20 |
<h3>Recent Product Product Extension Features</h3>
|
21 |
<li>Instantly enable/display sidebar widget from admin panel</li>
|
22 |
<li>Showcase Recent review in sidebar</li>
|
26 |
<li>Display rating summary</li>
|
27 |
<li>Optimized code to load reviews to keep performance graph up</li>
|
28 |
<li>Easy installation & Configuration</li>
|
29 |
+

|
30 |
<h3>Technical Standards</h3>
|
31 |
<li>Follows Extension Development Guideline</li>
|
32 |
<li>Compatible with Latest Magento community additions</li>
|
33 |
<li>Follows Magento Coding standards</li>
|
34 |
</description>
|
35 |
+
<notes><li> ACL admin role support </li>
|
36 |
+
<li> Bug Fix </li></notes>
|
37 |
+
<authors><author><name>SetuBridge Technolabs</name><user>SetuBridge</user><email>support@setubridge.com</email></author></authors>
|
38 |
+
<date>2015-04-28</date>
|
39 |
+
<time>07:31:32</time>
|
40 |
+
<contents><target name="magelocal"><dir name="Sbridge"><dir name="Recentreview"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Mycustomoptions.php" hash="5b250f7827ca420cedfa3aaab674a65c"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d499ede872fa94ace0a7e849b9a5d7ea"/></dir><dir name="Model"><file name="Recentreview.php" hash="23392cab843dc2350b10b3bcd17eb41a"/></dir><dir name="etc"><file name="config.xml" hash="a36be85c874f4998786c157356920c1c"/><file name="system.xml" hash="3bdb597962cc571417b516c87e580f9c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sbridge_Recentreview.xml" hash="181c4633ecd0a23ce343054d8f2482de"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="recentreview.xml" hash="8c0ae810eecf1ff14a6072b0f25b4c49"/></dir><dir name="template"><dir name="recentreview"><file name="recent_review.phtml" hash="0831a539694abb176f5df26a08b65263"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="recentreview.xml" hash="8c0ae810eecf1ff14a6072b0f25b4c49"/></dir><dir name="template"><dir name="recentreview"><file name="recent_review.phtml" hash="0831a539694abb176f5df26a08b65263"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="recentreview.xml" hash="8c0ae810eecf1ff14a6072b0f25b4c49"/></dir><dir name="template"><dir name="recentreview"><file name="recent_review.phtml" hash="0831a539694abb176f5df26a08b65263"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="recentreview.css" hash="146a2d20831d85d491ce70d89520654a"/></dir><dir name="images"><dir name="recentreview"><file name="review-icon.png" hash="dc43e0a19863ab7309de3dc82b3dbf16"/></dir></dir><dir name="js"><dir name="recentreview"><file name="recentreview.js" hash="471eafcb0a396c93a468a731eee64fc5"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="recentreview.css" hash="146a2d20831d85d491ce70d89520654a"/></dir><dir name="images"><dir name="recentreview"><file name="Thumbs.db" hash="528bd5eda16287728a97730440bb324f"/><file name="review-icon.png" hash="dc43e0a19863ab7309de3dc82b3dbf16"/></dir></dir><dir name="js"><dir name="recentreview"><file name="recentreview.js" hash="471eafcb0a396c93a468a731eee64fc5"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><file name="recentreview.css" hash="146a2d20831d85d491ce70d89520654a"/></dir><dir name="images"><dir name="recentreview"><file name="Thumbs.db" hash="528bd5eda16287728a97730440bb324f"/><file name="review-icon.png" hash="dc43e0a19863ab7309de3dc82b3dbf16"/></dir></dir><dir name="js"><dir name="recentreview"><file name="recentreview.js" hash="471eafcb0a396c93a468a731eee64fc5"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="setubridge-licence.txt" hash="63758ad6b5b75790d07f7e5741eb2aff"/><file name="recent_review_1.0.4.pdf" hash="0300a24902b7d0917f58b1c4895fd827"/></dir></target></contents>
|
41 |
<compatible/>
|
42 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
43 |
</package>
|
recent_review_1.0.4.pdf
ADDED
Binary file
|
setubridge-licence.txt
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
============================================================
|
2 |
+
Software License Information
|
3 |
+
============================================================
|
4 |
+
SETUBRIDGE.COM
|
5 |
+
|
6 |
+
============================================================
|
7 |
+
License Agreements
|
8 |
+
============================================================
|
9 |
+
|
10 |
+
SETUBRIDGE
|
11 |
+
http://www.setubridge.com
|
12 |
+
|
13 |
+
|
14 |
+
This License is entered by setubridge to govern the usage or redistribution of
|
15 |
+
setubridge software/PluginTool. This is a legal agreement between you (either an individual
|
16 |
+
or a single entity) and SetuBridge for SetuBridge software product(s) which may
|
17 |
+
include extensions, templates and services.
|
18 |
+
|
19 |
+
By purchasing the Software you acknowledge that you have read this Agreement, and that you agree to
|
20 |
+
the content of the Agreement and its terms, and agree to use the Software in compliance with this Agreement.
|
21 |
+
|
22 |
+
The Agreement becomes effective at the moment when you acquire software from
|
23 |
+
our site or receive it through email or on data medium or by any other means.
|
24 |
+
setubridge.com reserves the right to make reasonable changes to the terms of this
|
25 |
+
license agreement and impose its clauses at any given time.
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
1. We are the copyright holder of the Software. The Software or a portion of it is a copyrightable
|
30 |
+
matter and is liable to protection by the law. Any activity that infringes terms of this Agreement
|
31 |
+
violates copyright law and will be prosecuted according to the current law. We reserve the right
|
32 |
+
to revoke the license of any user who is holding an invalid license.
|
33 |
+
|
34 |
+
2. This Agreement gives you the right to use only one copy of the Software on one Magento installation
|
35 |
+
solely for your own personal or business use, subject to all other terms of this Agreement. A separate
|
36 |
+
License should be purchased for each Magento installation. Any distribution of the Software without
|
37 |
+
our consent, including noncommercial distribution is regarded as violation of this Agreement and entails
|
38 |
+
liability, according to the current law.
|
39 |
+
|
40 |
+
3. You may not use any part of the code in whole or part in any other software or product or website.
|
41 |
+
|
42 |
+
4. You may not give, sell, distribute, sub-license, rent, lease or lend any portion of the Software or
|
43 |
+
Documentation to anyone. You may not place the Software on a server so that it is accessible via a
|
44 |
+
public network such as the Internet for distribution purposes.
|
45 |
+
|
46 |
+
5. You are bound to preserve the copyright information intact, this includes the text/link at bottom.
|
47 |
+
|
48 |
+
6. We will not be liable to you for any damages (including any loss of profits/saving, or incidental
|
49 |
+
or consequential) caused to you, your information and your business arising out of the use or
|
50 |
+
inability to use this Software.
|
51 |
+
|
52 |
+
7. We are not liable for prosecution arising from use of the Software against law or for any illegal use.
|
53 |
+
|
54 |
+
8. If you fail to use the Software in accordance with the terms and conditions of this License Agreement,
|
55 |
+
it constitutes a breach of the agreement, and your license to use the Software is revoked.
|
56 |
+
|
57 |
+
13. License agreement remains effective until terminated. We retain the right to terminate your license to
|
58 |
+
use the Software at any time, if in its sole discretion, you are not abiding by the terms of the Agreement,
|
59 |
+
including, but not limited to, obscuring or removing any link or copyright notice as specified in this agreement.
|
60 |
+
You may terminate it at any time by destroying all copies of the Software. Termination of this Agreement
|
61 |
+
does not bind us to return you the amount spent for purchase of the Software, if more than fourteen days
|
62 |
+
have passed since the purchase date.
|
63 |
+
|
64 |
+
14. If you continue to use the Software after setubridge.com gives you notice of termination of your license,
|
65 |
+
you hereby agree to accept an injunction to enjoin you from its further use and to pay all costs (including
|
66 |
+
but not limited to reasonable attorney fees) to enforce our revocation of your license and any damages
|
67 |
+
suffered by us because of your misuse of the Software.
|