Contributions

Payment Modules (Category Index)
Search: 

ECHO Payment Module

This is the payment module for echo-inc.com. It allows you to use their service to process credit cards and checks online. It allows you to have charges automatically processed at purchase time or at the cart owners leisure.

Expand All / Collapse All

ECHO Payment Module v1.7.5 28 Feb 2011

I’ve made an update on top of v1.7.4.

/admin/echo_result.php
- Now works with register globals off and short open tags off
- incorporated BTBlomberg's fix from v1.7.4
- removed sending shipping fields to EchoServer, removed from EchoPHP class
- decode echo_result since we are now going to encode it
/admin/includes/echo_class.php
/catalog/includes/echo_class.php

The echo_class.php files have been replaced with version 2.0.0 of the EchoPHP class. The new class passes all parameters using the POST method.

/catalog/includes/modules/payment/echo_cc.php
- Now works with register globals off
- If no deposit and no encryption, then we need to store the credit card number for the subsequent deposit. In the future we should store the ETV
and use that value to do the subsequent transaction so we don't need the credit card number at all.
- If no deposit, we need to store the credit card expiration month and year for the subsequent deposit
/catalog/includes/modules/payment/echo_echeck.php
- Now works with register globals off
- encode echo_result because this value contains quotes for check transactions

The echodbmod.sql script was updated to increase the size of auth_code from varchar(6) to varchar(7). Checks were missing the last digit.

Updated Install.txt for updated instructions regarding the modification for admin/includes/boxes/customers.php

ECHO Payment Module v1.7.4 - Customers ECHO Processing Display Patch 1 May 2007
ECHO Payment Module v1.7.4 Revolution-Sales.com 21 Aug 2004
ECHO Payment Module v1.7.3 Salim Qadeer 22 Aug 2003
ECHO Payment Module v1.7.2 Salim Qadeer 28 Jul 2003
ECHO Payment Module v1.7.1 Randy Lisano 25 Jun 2003
ECHO Payment Module v1.7 - Repost Randy Lisano 14 Jun 2003
ECHO Payment Module v1.7 Randy Lisano 13 Jun 2003
ECHO Payment Module v1.5 Salim 19 May 2003
ECHO Payment Module v1.4.4-ssl Alex Schultz 28 Mar 2003
ECHO Payment Module v1.4.4-curl Alex Schultz 28 Mar 2003
ECHO Payment Module v1.4 Alex Schultz 18 Nov 2002
ECHO Payment Module v1.3 Alex Schultz 4 Oct 2002
ECHO Payment Module v1.2.1 Alex Schultz 18 Aug 2002
ECHO Payment Module v1.2 Alex Schultz 16 Aug 2002
ECHO Payment Module v1.1 Alex Schultz 25 Jul 2002
ECHO Payment Module v1.0 Alex Schultz 16 Nov 2001

Note: Contributions are used at own risk.