Total_Web_Solutions_Payment_Gateway_Module - Version 1.8.4

Version Notes

Payment module for Total Web Solution's gateway, now compatable with 1.8 and 1.9

Download this release

Release Info

Developer EcomMerchant
Extension Total_Web_Solutions_Payment_Gateway_Module
Version 1.8.4
Comparing to
See all releases


Code changes from version 1.8.3 to 1.8.4

app/design/frontend/base/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 DELETED
@@ -1,14 +0,0 @@
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,18 +1,23 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Total_Web_Solutions_Payment_Gateway_Module</name>
4
- <version>1.8.3</version>
5
  <stability>stable</stability>
6
- <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Payment module for Total Web Solution's gateway</summary>
10
- <description>Long awaited payment module for Total Web Solution's gateway - EcomMerchant - created by Xiliang Sun Total Web Solutions offers EcomMerchant, one of the lowest priced payment gateways available in the UK. Total Web Solutions is PCI Level 1 accredited and has been providing business critical solutions to organisations of all sizes since 1995. EcomMerchant offers a customisable pay page and merchant tool for reporting, issuing refunds (full and partial) and viewing stats. Optional add-ons include Virtual Terminal, Multi-Currency, 3D Secure authentication and many others. EcomMerchant works in conjunction with an Internet Merchant Account from Barclays, HSBC or Streamline (Natwest/RBS). To learn more about the service visit: http://payments.totalwebsolutions.com/ </description>
11
- <notes>Payment module for Total Web Solution's gateway</notes>
12
- <authors><author><name>Simon Lowe</name><user>EcomMerchant</user><email>sales@totalwebsolutions.com</email></author></authors>
13
- <date>2012-09-17</date>
14
- <time>10:24:33</time>
15
- <contents><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="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="f92ece8d0a96c21c6ede880b8ef1dabd"/><file name="Standard.php.old" hash="24852e2b0992c8c32a449f979ce718bf"/></dir><file name="Config.php" hash="54380402c12f02a2207b2418f1577728"/><file name="Standard.php" hash="d6ddc5e714f87af581df13f9cbd1b4b6"/><file name="Status.php" hash="375570e3be74a06203f27e500e82e7be"/><dir name="sql"><dir name="ecompayment_setup"><file name="mysql4-install-0.1.0.php" hash="f84214fc43f665c79b92dc7a092b364f"/></dir></dir></dir><dir name="controllers"><file name="StandardController.php" hash="a857c2a65ce28757cba5636db3494f3b"/><file name="StandardController.phpOriginal" hash="b9db42af9c5144b1c821561d529152e5"/><file name="StandardController.phpold" hash="057e657a23a663f931da4658e777e0ce"/></dir><dir name="etc"><file name="config.xml" hash="f067280e066384785a9521066b06925e"/><file name="config.xmlOriginal" hash="e56ac6f19bc75a5bcfdcab3d5c2bb608"/><file name="system.xml" hash="910ad97aaedc4fa2aa275e88fc7c2cc0"/></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="mageetc"><dir name="modules"><file name="KuafuSoft_EcomPayment.xml" hash="71a369f4269773b4fbcf212f9a75de6e"/></dir></target></contents>
 
 
 
 
 
16
  <compatible/>
17
- <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Total_Web_Solutions_Payment_Gateway_Module</name>
4
+ <version>1.8.4</version>
5
  <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Payment module for Total Web Solutions Payment Gateway (EcomMerchant) </summary>
10
+ <description>Total Web Solutions offers EcomMerchant, one of the lowest priced payment gateways available in the UK. Total Web Solutions is PCI Level 1 accredited and has been providing business critical solutions to organisations of all sizes since 1995. EcomMerchant offers a customisable pay page and merchant tool for reporting, issuing refunds (full and partial) and viewing stats. Optional add-ons include Virtual Terminal, Multi-Currency, 3D Secure authentication and many others. EcomMerchant works in conjunction with an Internet Merchant Account from Barclays, HSBC or Streamline (Natwest/RBS).&#xD;
11
+ &#xD;
12
+ To learn more about the service visit: http://payments.totalwebsolutions.com/&#xD;
13
+ &#xD;
14
+ &#xD;
15
+ Module and Installation Guide can be obtained direct from Total Web Solutions once an account has been opened.</description>
16
+ <notes>Payment module for Total Web Solution's gateway, now compatable with 1.8 and 1.9</notes>
17
+ <authors><author><name>EcomMerchant</name><user>EcomMerchant</user><email>support@totalwebsolutions.com</email></author></authors>
18
+ <date>2014-11-13</date>
19
+ <time>10:30:33</time>
20
+ <contents><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="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="f92ece8d0a96c21c6ede880b8ef1dabd"/><file name="Standard.php.old" hash="24852e2b0992c8c32a449f979ce718bf"/></dir><file name="Config.php" hash="54380402c12f02a2207b2418f1577728"/><file name="Standard.php" hash="d6ddc5e714f87af581df13f9cbd1b4b6"/><file name="Status.php" hash="375570e3be74a06203f27e500e82e7be"/><dir name="sql"><dir name="ecompayment_setup"><file name="mysql4-install-0.1.0.php" hash="f84214fc43f665c79b92dc7a092b364f"/></dir></dir></dir><dir name="controllers"><file name="StandardController.php" hash="a857c2a65ce28757cba5636db3494f3b"/><file name="StandardController.phpOriginal" hash="b9db42af9c5144b1c821561d529152e5"/><file name="StandardController.phpold" hash="057e657a23a663f931da4658e777e0ce"/></dir><dir name="etc"><file name="config.xml" hash="f067280e066384785a9521066b06925e"/><file name="config.xmlOriginal" hash="e56ac6f19bc75a5bcfdcab3d5c2bb608"/><file name="system.xml" hash="910ad97aaedc4fa2aa275e88fc7c2cc0"/></dir></dir></dir></target></contents>
21
  <compatible/>
22
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
23
  </package>