ES_ActiveReviewStars - Version 1.1.4

Version Notes

- Overwrite review/form module to set active review stars template globally, now module will work on all pages

Download this release

Release Info

Developer Magento Core Team
Extension ES_ActiveReviewStars
Version 1.1.4
Comparing to
See all releases


Code changes from version 1.1.3 to 1.1.4

app/code/community/ES/ActiveReviewStars/Block/Review/Form.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class ES_ActiveReviewStars_Block_Review_Form extends Mage_Review_Block_Form {
4
+
5
+ public function __construct() {
6
+ parent::__construct();
7
+
8
+ if(Mage::helper('ActiveReviewStars')->isEnabled()) {
9
+ $this->setTemplate('es_active_review_stars/review/form.phtml');
10
+ }
11
+ }
12
+
13
+ }
app/code/community/ES/ActiveReviewStars/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <ES_ActiveReviewStars>
5
- <version>1.1.3</version>
6
  </ES_ActiveReviewStars>
7
  </modules>
8
 
@@ -34,6 +34,11 @@
34
  <ActiveReviewStars>
35
  <class>ES_ActiveReviewStars_Block</class>
36
  </ActiveReviewStars>
 
 
 
 
 
37
  </blocks>
38
  <helpers>
39
  <ActiveReviewStars>
2
  <config>
3
  <modules>
4
  <ES_ActiveReviewStars>
5
+ <version>1.1.4</version>
6
  </ES_ActiveReviewStars>
7
  </modules>
8
 
34
  <ActiveReviewStars>
35
  <class>ES_ActiveReviewStars_Block</class>
36
  </ActiveReviewStars>
37
+ <review>
38
+ <rewrite>
39
+ <form>ES_ActiveReviewStars_Block_Review_Form</form>
40
+ </rewrite>
41
+ </review>
42
  </blocks>
43
  <helpers>
44
  <ActiveReviewStars>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ES_ActiveReviewStars</name>
4
- <version>1.1.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Active Review Stars by ElevenSoft module enables javascript stars to rate products in your magento store.</summary>
10
  <description>Active Review Stars by ElevenSoft module disable standard Magento rate system with radio buttons and enable dynamic stars, you can click on one of 5 stars to rate product. There are two modes, first is Full Mode which is used if exist more than one rate and display dynamic stars in standard Magento rating table, and single mode if you have only one rating (for example Quality). In single mode you can show label or just to show stars. This module work with multiple store, you can specify options for all stores individually if you want, or on website level.</description>
11
- <notes>Now works with reviews on product detail page</notes>
12
  <authors><author><name>Eleven Soft</name><user>auto-converted</user><email>support@eleven-soft.com</email></author></authors>
13
- <date>2012-10-05</date>
14
- <time>23:12:44</time>
15
- <contents><target name="magecommunity"><dir name="ES"><dir name="ActiveReviewStars"><dir name="Block"><file name="Review.php" hash="f2731d5b36d7353cf771663b6078b587"/></dir><dir name="Helper"><file name="Data.php" hash="633da636d96394ebb43f207dfd001d1b"/></dir><dir name="Model"><dir name="Source"><file name="Reviewmode.php" hash="3b23e044d3d9d64f9051798a7c2a9b0d"/></dir></dir><dir name="etc"><file name="config.xml" hash="fe1d314a01a0b613cf4602f0e55e3c1a"/><file name="system.xml" hash="2fab24ce77b5e3a5e054cd0f8cac4633"/></dir><file name=".DS_Store" hash="c0d704acfc339980f24060255ccfd69f"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ES_ActiveReviewStars.xml" hash="a758f07227ac379e6ca2866c468b54a3"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="es_active_review_stars"><dir name="review"><file name="form.phtml" hash="e6c4ce119c273068c29b6a2c9ae189d0"/></dir></dir></dir><dir name="layout"><file name="es_active_review_stars.xml" hash="6c15b0e273e8ae9abed9d567bcb491c0"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="es_active_review_stars"><file name="delete.gif" hash="43e1045b71da619b1d7e53fb3217be93"/><file name="jquery.rating.css" hash="460fea8c38b330e18d5b676d042a3210"/><file name="star.gif" hash="3b7a845229f4041f5d8a18399f4c7357"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="es_active_review_stars"><file name="es_stars.js" hash="6f8ee27ebddbd7bcb596824d99ece746"/><file name="jquery-1.8.2.min.js" hash="6e156e0cd13bb315eb8d5bef75e65f5b"/><file name="jquery.rating.js" hash="47ec5c9cd5ceec89e623925edc222e9b"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ES_ActiveReviewStars</name>
4
+ <version>1.1.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Active Review Stars by ElevenSoft module enables javascript stars to rate products in your magento store.</summary>
10
  <description>Active Review Stars by ElevenSoft module disable standard Magento rate system with radio buttons and enable dynamic stars, you can click on one of 5 stars to rate product. There are two modes, first is Full Mode which is used if exist more than one rate and display dynamic stars in standard Magento rating table, and single mode if you have only one rating (for example Quality). In single mode you can show label or just to show stars. This module work with multiple store, you can specify options for all stores individually if you want, or on website level.</description>
11
+ <notes>- Overwrite review/form module to set active review stars template globally, now module will work on all pages</notes>
12
  <authors><author><name>Eleven Soft</name><user>auto-converted</user><email>support@eleven-soft.com</email></author></authors>
13
+ <date>2012-10-15</date>
14
+ <time>18:54:22</time>
15
+ <contents><target name="magecommunity"><dir name="ES"><dir name="ActiveReviewStars"><dir name="Block"><dir name="Review"><file name="Form.php" hash="2703e3445bc79ab02168d0419e80b41a"/></dir><file name="Review.php" hash="f2731d5b36d7353cf771663b6078b587"/></dir><dir name="Helper"><file name="Data.php" hash="633da636d96394ebb43f207dfd001d1b"/></dir><dir name="Model"><dir name="Source"><file name="Reviewmode.php" hash="3b23e044d3d9d64f9051798a7c2a9b0d"/></dir></dir><dir name="etc"><file name="config.xml" hash="12feb023a9c38316449eb72f72a1ed64"/><file name="system.xml" hash="2fab24ce77b5e3a5e054cd0f8cac4633"/></dir><file name=".DS_Store" hash="c0d704acfc339980f24060255ccfd69f"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ES_ActiveReviewStars.xml" hash="a758f07227ac379e6ca2866c468b54a3"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="es_active_review_stars"><dir name="review"><file name="form.phtml" hash="e6c4ce119c273068c29b6a2c9ae189d0"/></dir></dir></dir><dir name="layout"><file name="es_active_review_stars.xml" hash="6c15b0e273e8ae9abed9d567bcb491c0"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="es_active_review_stars"><file name="delete.gif" hash="43e1045b71da619b1d7e53fb3217be93"/><file name="jquery.rating.css" hash="460fea8c38b330e18d5b676d042a3210"/><file name="star.gif" hash="3b7a845229f4041f5d8a18399f4c7357"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="es_active_review_stars"><file name="es_stars.js" hash="6f8ee27ebddbd7bcb596824d99ece746"/><file name="jquery-1.8.2.min.js" hash="6e156e0cd13bb315eb8d5bef75e65f5b"/><file name="jquery.rating.js" hash="47ec5c9cd5ceec89e623925edc222e9b"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>