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.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.3 to 1.0.4
app/code/community/Shopalize/Productsharing/Block/Button.php
CHANGED
|
@@ -100,7 +100,7 @@ class Shopalize_Productsharing_Block_Button extends Mage_Core_Block_Template{
|
|
| 100 |
$special_price = $this->getProduct()->getSpecialPrice();
|
| 101 |
|
| 102 |
if($special_price == '')
|
| 103 |
-
return $this->getProductPrice();
|
| 104 |
else
|
| 105 |
return $special_price;
|
| 106 |
}
|
| 100 |
$special_price = $this->getProduct()->getSpecialPrice();
|
| 101 |
|
| 102 |
if($special_price == '')
|
| 103 |
+
return $this->getProduct()->getProductPrice();
|
| 104 |
else
|
| 105 |
return $special_price;
|
| 106 |
}
|
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.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -19,11 +19,11 @@
|
|
| 19 |

|
| 20 |
<ol>
|
| 21 |
<li>Register an account with <a href="http://www.shopalize.com">Shopalize.com</a> before you start the installation to get your Account</description>
|
| 22 |
-
<notes>
|
| 23 |
<authors><author><name>Aditya Kothadiya</name><user>auto-converted</user><email>aditya@shopalize.com</email></author></authors>
|
| 24 |
-
<date>2012-
|
| 25 |
-
<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="
|
| 27 |
<compatible/>
|
| 28 |
<dependencies/>
|
| 29 |
</package>
|
| 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>
|
| 19 |

|
| 20 |
<ol>
|
| 21 |
<li>Register an account with <a href="http://www.shopalize.com">Shopalize.com</a> 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>
|
