Shopalizes_Product_Sharing_Widget - Version 1.0.5

Version Notes

Fixed getProductPrice function issue for those products which have customer group based price

Download this release

Release Info

Developer Magento Core Team
Extension Shopalizes_Product_Sharing_Widget
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/design/frontend/default/default/template/shopalizeproductsharing/basic_integration.phtml CHANGED
@@ -1,4 +1,4 @@
1
- aaa<?php
2
  if($this->isEnabled() && !$this->isPurchaseSharingEnabled()){ ?>
3
  <!-- Shopalize Basic Integration BEGIN -->
4
  <script>
1
+ <?php
2
  if($this->isEnabled() && !$this->isPurchaseSharingEnabled()){ ?>
3
  <!-- Shopalize Basic Integration BEGIN -->
4
  <script>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Shopalizes_Product_Sharing_Widget</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -21,9 +21,9 @@
21
  &lt;li&gt;Register an account with &lt;a href="http://www.shopalize.com"&gt;Shopalize.com&lt;/a&gt; before you start the installation to get your Account</description>
22
  <notes>Fixed getProductPrice function issue for those products which have customer group based price</notes>
23
  <authors><author><name>Aditya Kothadiya</name><user>auto-converted</user><email>aditya@shopalize.com</email></author></authors>
24
- <date>2012-09-27</date>
25
- <time>13:54:43</time>
26
- <contents><target name="magecommunity"><dir name="Shopalize"><dir name="Productsharing"><dir name="Block"><dir name="System"><dir name="Config"><dir name="Info"><file name="About.php" hash="85ddeb0452ac49f57c6cba1c5767c6f0"/></dir><file name="Info.php" hash="722ed6078214cb852016f46fe4d0a2d7"/></dir></dir><file name="Button.php" hash="3bf06d9d1118e6e883390ae7e373eb66"/></dir><dir name="Helper"><file name="Data.php" hash="8a7629fc50842cec4b80feef8a85ccf8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ccd6eae72f74df2ccfca174e646027b3"/><file name="config.xml" hash="e44ccde85201ddae175315210a997104"/><file name="system.xml" hash="99e7130db5f0dc19a47f7b2eb70bae5e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="shopalizeproductsharing.xml" hash="c40655923a1c754b7d491e2cbcd9945c"/></dir><dir name="template"><dir name="shopalizeproductsharing"><file name="basic_integration.phtml" hash="760184ab3725e12df323f37cddc77a09"/><file name="product_integration.phtml" hash="7043a11cd07cf89fc537fce2635b591c"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shopalize_Productsharing.xml" hash="0fe28b06eef40ed847db7d9b41f8c6c2"/></dir></target></contents>
27
  <compatible/>
28
  <dependencies/>
29
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Shopalizes_Product_Sharing_Widget</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
21
  &lt;li&gt;Register an account with &lt;a href="http://www.shopalize.com"&gt;Shopalize.com&lt;/a&gt; before you start the installation to get your Account</description>
22
  <notes>Fixed getProductPrice function issue for those products which have customer group based price</notes>
23
  <authors><author><name>Aditya Kothadiya</name><user>auto-converted</user><email>aditya@shopalize.com</email></author></authors>
24
+ <date>2012-10-03</date>
25
+ <time>08:42:09</time>
26
+ <contents><target name="magecommunity"><dir name="Shopalize"><dir name="Productsharing"><dir name="Block"><dir name="System"><dir name="Config"><dir name="Info"><file name="About.php" hash="85ddeb0452ac49f57c6cba1c5767c6f0"/></dir><file name="Info.php" hash="722ed6078214cb852016f46fe4d0a2d7"/></dir></dir><file name="Button.php" hash="3bf06d9d1118e6e883390ae7e373eb66"/></dir><dir name="Helper"><file name="Data.php" hash="8a7629fc50842cec4b80feef8a85ccf8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ccd6eae72f74df2ccfca174e646027b3"/><file name="config.xml" hash="e44ccde85201ddae175315210a997104"/><file name="system.xml" hash="99e7130db5f0dc19a47f7b2eb70bae5e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="shopalizeproductsharing.xml" hash="c40655923a1c754b7d491e2cbcd9945c"/></dir><dir name="template"><dir name="shopalizeproductsharing"><file name="basic_integration.phtml" hash="5ebb9c24b1815dc0b10efd37e22f4a1f"/><file name="product_integration.phtml" hash="7043a11cd07cf89fc537fce2635b591c"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shopalize_Productsharing.xml" hash="0fe28b06eef40ed847db7d9b41f8c6c2"/></dir></target></contents>
27
  <compatible/>
28
  <dependencies/>
29
  </package>