Version Notes
Enjoy it ;)
Download this release
Release Info
Developer | Magento Core Team |
Extension | IG_PostePay |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- app/code/community/IG/PostePay/Model/Postepay.php +2 -2
- app/code/community/IG/PostePay/etc/config.xml +1 -1
- app/design/adminhtml/default/default/template/ig_postepay/form.phtml +0 -0
- app/design/frontend/default/default/template/ig_postepay/form.phtml +1 -1
- app/locale/en_US/IG_PostePay.csv +2 -1
- app/locale/it_IT/IG_PostePay.csv +2 -1
- package.xml +4 -4
app/code/community/IG/PostePay/Model/Postepay.php
CHANGED
@@ -13,9 +13,9 @@ class IG_PostePay_Model_Postepay extends Mage_Payment_Model_Method_Abstract
|
|
13 |
protected $_canCapturePartial = false;
|
14 |
protected $_canRefund = false;
|
15 |
protected $_canVoid = true;
|
16 |
-
protected $_canUseInternal =
|
17 |
protected $_canUseCheckout = true;
|
18 |
-
protected $_canUseForMultishipping =
|
19 |
|
20 |
public function getConfig($key)
|
21 |
{
|
13 |
protected $_canCapturePartial = false;
|
14 |
protected $_canRefund = false;
|
15 |
protected $_canVoid = true;
|
16 |
+
protected $_canUseInternal = true;
|
17 |
protected $_canUseCheckout = true;
|
18 |
+
protected $_canUseForMultishipping = true;
|
19 |
|
20 |
public function getConfig($key)
|
21 |
{
|
app/code/community/IG/PostePay/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_PostePay>
|
4 |
-
<version>1.0.
|
5 |
</IG_PostePay>
|
6 |
</modules>
|
7 |
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_PostePay>
|
4 |
+
<version>1.0.3</version>
|
5 |
</IG_PostePay>
|
6 |
</modules>
|
7 |
|
app/design/adminhtml/default/default/template/ig_postepay/form.phtml
ADDED
File without changes
|
app/design/frontend/default/default/template/ig_postepay/form.phtml
CHANGED
@@ -27,7 +27,7 @@ $_img = $this->getPaymentImageSrc();
|
|
27 |
<?php } ?>
|
28 |
|
29 |
<?php } else { ?>
|
30 |
-
<li><?php echo Mage::helper('ig_postepay')->__('You will receive further
|
31 |
<?php } ?>
|
32 |
</ul>
|
33 |
</fieldset>
|
27 |
<?php } ?>
|
28 |
|
29 |
<?php } else { ?>
|
30 |
+
<li><?php echo Mage::helper('ig_postepay')->__('You will receive further shopper information via email') ?></li>
|
31 |
<?php } ?>
|
32 |
</ul>
|
33 |
</fieldset>
|
app/locale/en_US/IG_PostePay.csv
CHANGED
@@ -6,4 +6,5 @@
|
|
6 |
"Free text","Free text"
|
7 |
"Card number to recharge","Card number to recharge"
|
8 |
"Credit card holder","Credit card holder"
|
9 |
-
"Display credit card info on checkout","Display credit card info on checkout"
|
|
6 |
"Free text","Free text"
|
7 |
"Card number to recharge","Card number to recharge"
|
8 |
"Credit card holder","Credit card holder"
|
9 |
+
"Display credit card info on checkout","Display credit card info on checkout"
|
10 |
+
"You will receive further shopper information via email","You will receive further shopper information via email"
|
app/locale/it_IT/IG_PostePay.csv
CHANGED
@@ -6,4 +6,5 @@
|
|
6 |
"Free text","Note aggiuntive"
|
7 |
"Card number to recharge","Numero carta da ricaricare"
|
8 |
"Credit card holder","Titolare della carta"
|
9 |
-
"Display credit card info on checkout","Mostra informazioni carta nel checkout"
|
|
6 |
"Free text","Note aggiuntive"
|
7 |
"Card number to recharge","Numero carta da ricaricare"
|
8 |
"Credit card holder","Titolare della carta"
|
9 |
+
"Display credit card info on checkout","Mostra informazioni carta nel checkout"
|
10 |
+
"You will receive further shopper information via email","Riceverai ulteriori informazioni via email"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_PostePay</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.idealiagroup.com/magento-modules-license.html">Community</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Modulo molto semplice e pronto all'uso per ricevere pagamenti con ricariche postepay.</description>
|
11 |
<notes>Enjoy it ;)</notes>
|
12 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="info.phtml" hash="900b9c86412dc7befd1470687ec7e634"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_PostePay</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.idealiagroup.com/magento-modules-license.html">Community</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Modulo molto semplice e pronto all'uso per ricevere pagamenti con ricariche postepay.</description>
|
11 |
<notes>Enjoy it ;)</notes>
|
12 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author></authors>
|
13 |
+
<date>2010-02-18</date>
|
14 |
+
<time>11:34:18</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="info.phtml" hash="900b9c86412dc7befd1470687ec7e634"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="a4b51b0537409ab0e38fee6a7fcea94a"/><file name="info.phtml" hash="f757cbec2d06d0a03864858cb5cae82b"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="IG_PostePay.csv" hash="b8ed000749ecc50ea773f38c2c42901c"/></dir><dir name="it_IT"><file name="IG_PostePay.csv" hash="519063688e0cd2a3fe195e5146413de9"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="ig_postepay"><file name="logo.png" hash="d64f101cb7d964caeb7a007ba134a327"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="IG"><dir name="PostePay"><dir name="Block"><file name="Form.php" hash="117863d84645588b44b551a3bd8e4736"/><file name="Info.php" hash="e0bffb8795124ef1f20a7cec9847db03"/></dir><dir name="etc"><file name="config.xml" hash="0d5fcf3f3f8a47515b678954835d6551"/><file name="system.xml" hash="3fe898665c9fc6cbedd737dc869c0487"/></dir><dir name="Helper"><file name="Data.php" hash="bc7149e2cc77e1e2191fca711ee986c1"/></dir><dir name="Model"><file name="Postepay.php" hash="8c75bff8a7772b613c0cceeba065f000"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_PostePay.xml" hash="7feb712df5d00b003b85a681db6e045f"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|