Version Notes
* Change value for the percentage from %30 to %3
CHANGES:
->U app/code/local/Mage/Reembolso/Model/Quote.php
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Payment_Reembolso |
| Version | 0.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.0 to 0.1.1
- app/code/local/Mage/Reembolso/Model/Quote.php +1 -1
- package.xml +6 -16
app/code/local/Mage/Reembolso/Model/Quote.php
CHANGED
|
@@ -7,7 +7,7 @@ class Mage_Reembolso_Model_Quote extends Mage_Sales_Model_Quote {
|
|
| 7 |
if($subtotal < 100){
|
| 8 |
$amount = 3;
|
| 9 |
} else {
|
| 10 |
-
$amount = $subtotal * 0.
|
| 11 |
}
|
| 12 |
return $amount;
|
| 13 |
}
|
| 7 |
if($subtotal < 100){
|
| 8 |
$amount = 3;
|
| 9 |
} else {
|
| 10 |
+
$amount = $subtotal * 0.03;
|
| 11 |
}
|
| 12 |
return $amount;
|
| 13 |
}
|
package.xml
CHANGED
|
@@ -1,31 +1,21 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Payment_Reembolso</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>This is the cash on deluvery paument method.</summary>
|
| 10 |
<description>This is the cash on deluvery paument method.</description>
|
| 11 |
-
<notes>*
|
| 12 |
|
| 13 |
CHANGES:
|
| 14 |
-
->
|
| 15 |
-
->A app/code/local/Mage/Reembolso/Block/Info.php
|
| 16 |
-
->A app/code/local/Mage/Reembolso/etc/config.xml
|
| 17 |
-
->A app/code/local/Mage/Reembolso/etc/system.xml
|
| 18 |
-
->A app/code/local/Mage/Reembolso/Model/Reembolso.php
|
| 19 |
-
->A app/code/local/Mage/Reembolso/Model/Quote.php
|
| 20 |
-
->A app/design/adminhtml/default/default/template/reembolso/form.phtml
|
| 21 |
-
->A app/design/adminhtml/default/default/template/reembolso/info.phtml
|
| 22 |
-
->A app/design/frontend/default/default/template/reembolso/form.phtml
|
| 23 |
-
->A app/design/frontend/default/default/template/reembolso/info.phtml
|
| 24 |
-
->A app/etc/modules/Reembolso.xml</notes>
|
| 25 |
<authors><author><name>Sophie</name><user>auto-converted</user><email>lalyostres@gmail.com</email></author></authors>
|
| 26 |
-
<date>2008-11-
|
| 27 |
-
<time>
|
| 28 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="reembolso"><file name="form.phtml" hash="ce75a81d61ec34a17aafc9f8c3b22dcc"/><file name="info.phtml" hash="57dfa8759788a77326a833603cb978e6"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="reembolso"><file name="form.phtml" hash="ce75a81d61ec34a17aafc9f8c3b22dcc"/><file name="info.phtml" hash="57dfa8759788a77326a833603cb978e6"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Mage"><dir name="Reembolso"><dir name="Block"><file name="Form.php" hash="21f1e325029d98571ec884bca2234e65"/><file name="Info.php" hash="33f48eab752f05362c553b63de5d9c42"/></dir><dir name="etc"><file name="config.xml" hash="6866fb126837a315dce261f387e788d7"/><file name="system.xml" hash="8cb199800d02e44e7f2813f620b018f4"/></dir><dir name="Model"><file name="Quote.php" hash="
|
| 29 |
<compatible/>
|
| 30 |
<dependencies/>
|
| 31 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Payment_Reembolso</name>
|
| 4 |
+
<version>0.1.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>This is the cash on deluvery paument method.</summary>
|
| 10 |
<description>This is the cash on deluvery paument method.</description>
|
| 11 |
+
<notes>* Change value for the percentage from %30 to %3
|
| 12 |
|
| 13 |
CHANGES:
|
| 14 |
+
->U app/code/local/Mage/Reembolso/Model/Quote.php</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
<authors><author><name>Sophie</name><user>auto-converted</user><email>lalyostres@gmail.com</email></author></authors>
|
| 16 |
+
<date>2008-11-27</date>
|
| 17 |
+
<time>14:25:00</time>
|
| 18 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="reembolso"><file name="form.phtml" hash="ce75a81d61ec34a17aafc9f8c3b22dcc"/><file name="info.phtml" hash="57dfa8759788a77326a833603cb978e6"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="reembolso"><file name="form.phtml" hash="ce75a81d61ec34a17aafc9f8c3b22dcc"/><file name="info.phtml" hash="57dfa8759788a77326a833603cb978e6"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Mage"><dir name="Reembolso"><dir name="Block"><file name="Form.php" hash="21f1e325029d98571ec884bca2234e65"/><file name="Info.php" hash="33f48eab752f05362c553b63de5d9c42"/></dir><dir name="etc"><file name="config.xml" hash="6866fb126837a315dce261f387e788d7"/><file name="system.xml" hash="8cb199800d02e44e7f2813f620b018f4"/></dir><dir name="Model"><file name="Quote.php" hash="385341a02c5bc2d4b460149972fe364a"/><file name="Reembolso.php" hash="4773fdb5ab216ba96bf91f8105b46404"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Reembolso.xml" hash="a5a370ae7cb7f2b0f72b15e7d500f47d"/></dir></target></contents>
|
| 19 |
<compatible/>
|
| 20 |
<dependencies/>
|
| 21 |
</package>
|
