Version Notes
Total Web Solutions Payment Gateway Module
Download this release
Release Info
Developer | Magento Core Team |
Extension | Total_Web_Solutions_Payment_Gateway_Module |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.5
app/design/frontend/default/default/template/ecompayment/payment/redirect.phtml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<ul class="form-list" id="payment_form_<?php echo $this->getMethodCode() ?>" style="display:none;">
|
2 |
-
<li class="form-alt"><?php echo $this->getRedirectMessage() ?></li>
|
3 |
-
<?php if ($code = $this->getCreateBACode()): ?>
|
4 |
-
<li class="form-alt">
|
5 |
-
<label for="<?php echo $code ?>"><input type="checkbox" id="<?php echo $code ?>" value="1" name="payment[<?php echo $code ?>]" class="checkbox" />
|
6 |
-
<?php echo $this->__('Sign a billing agreement to streamline further purchases with Ecompayment.') ?></label>
|
7 |
-
</li>
|
8 |
-
<?php endif; ?>
|
9 |
-
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/etc/modules/KuafuSoft_EcomPayment.xml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<KuafuSoft_EcomPayment>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
<depends>
|
8 |
+
<Mage_Paygate />
|
9 |
+
<Mage_Checkout />
|
10 |
+
<Mage_Sales />
|
11 |
+
</depends>
|
12 |
+
</KuafuSoft_EcomPayment>
|
13 |
+
</modules>
|
14 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Total_Web_Solutions_Payment_Gateway_Module</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -13,9 +13,9 @@ Total Web Solutions offers EcomMerchant, one of the lowest priced payment gatewa
|
|
13 |
To learn more about the service visit: http://payments.totalwebsolutions.com/</description>
|
14 |
<notes>Total Web Solutions Payment Gateway Module</notes>
|
15 |
<authors><author><name>Simon Lowe</name><user>auto-converted</user><email>sales@totalwebsolutions.com</email></author></authors>
|
16 |
-
<date>2010-
|
17 |
-
<time>
|
18 |
-
<contents><target name="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Total_Web_Solutions_Payment_Gateway_Module</name>
|
4 |
+
<version>1.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
13 |
To learn more about the service visit: http://payments.totalwebsolutions.com/</description>
|
14 |
<notes>Total Web Solutions Payment Gateway Module</notes>
|
15 |
<authors><author><name>Simon Lowe</name><user>auto-converted</user><email>sales@totalwebsolutions.com</email></author></authors>
|
16 |
+
<date>2010-12-10</date>
|
17 |
+
<time>10:01:36</time>
|
18 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="KuafuSoft_EcomPayment.xml" hash="71a369f4269773b4fbcf212f9a75de6e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ecompayment"><dir name="payment"><file name="redirect.phtml" hash="f26e571f8d5cad38481b8f53c60a6e58"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="KuafuSoft"><dir name="EcomPayment"><dir name="Block"><dir name="Payment"><file name="Info.php" hash="33f4efd0baab7e8072c9cdda22c6019e"/></dir><dir name="Standard"><file name="Form.php" hash="86a5a2dcc1354e1cbec2658952941a40"/><file name="Redirect.php" hash="6e5898a226bf107252049fd46733a6c9"/></dir></dir><dir name="controllers"><file name="StandardController.php" hash="20743e9d3c6904b32d77280312fa9ce0"/></dir><dir name="etc"><file name="config.xml" hash="e56ac6f19bc75a5bcfdcab3d5c2bb608"/><file name="system.xml" hash="910ad97aaedc4fa2aa275e88fc7c2cc0"/></dir><dir name="Helper"><file name="Data.php" hash="0b62c17838ed0e134643d5c3c0fe3fe6"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="b766487ac87cc06b67966ecba8201cb8"/><file name="Standard.php" hash="24852e2b0992c8c32a449f979ce718bf"/></dir><dir name="sql"><dir name="ecompayment_setup"><file name="mysql4-install-0.1.0.php" hash="f84214fc43f665c79b92dc7a092b364f"/></dir></dir><file name="Config.php" hash="54380402c12f02a2207b2418f1577728"/><file name="Standard.php" hash="d6ddc5e714f87af581df13f9cbd1b4b6"/><file name="Status.php" hash="375570e3be74a06203f27e500e82e7be"/></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|