This is a discussion on ECHO Payment Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; ECHO Payment Module v1.7.4 - Customers ECHO Processing Display Patch The Problem: Despite the setting in the Admin for 'Configuration ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ECHO Payment Module on BTS | jrosselli | osCMax v1.7 General Mods Discussion | 5 | 01-22-2007 10:02 AM |
| Fia-net Payment Module | michael_s | New osCommerce Contributions | 0 | 01-15-2007 12:53 PM |
| No email with ECHO payment mod | bhejr | osCMax v2 Customization/Mods | 0 | 11-30-2005 08:46 AM |
| Echo Payment Module - Help Wanted!! | digikid | osCommerce 2.2 Modification Help | 4 | 11-18-2005 06:56 AM |
| payment module | CMWM | osCMax v1.7 General Mods Discussion | 0 | 04-10-2004 07:11 AM |