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.4 - Customers ECHO Processing Display Patch BTBlomberg 1 May 2007

ECHO Payment Module v1.7.4 - Customers ECHO Processing Display Patch

The Problem:
Despite the setting in the Admin for 'Configuration -> Maximum Values -> Search Results'
the display for the page 'Customers -> ECHO Processing' when selecting 'ECHO Processed:'
as 'Yes', 'All Transactions' or 'No' (if manually processing) only displays 15 transactions
and but divides the pages up by the 'Search Results' Global Setting which can result in
some recent transactions not being displayed.

The Fix:
On line 85 of /admin/echo_result.php
replace:
$sql_split = new splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_SEARCH_RESULTS_TRANSACTIONS, $sql_query_raw, $sql_query_numrows);
with
$sql_split = new splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_SEARCH_RESULTS, $sql_query_raw, $sql_query_numrows);

This will make the ECHO Transactions use the Global Setting and prevent the display issue of missing transactions.

May 1, 2007 - BTBlomberg

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.