Contributions
Admin Ordertotal Fix
Does it look like your orders are not shown in the admin section? The bug is in the orders.php file.
Following a thread on the forum I have made changes in the raw query statement lines 356 to 361. This is a virgin orders.php file with the fix included. Make sure to backup/rename your original orders.php before uploading this one.
| Tom van der Veer | 21 Sep 2004 |
If you don't see any order when you select All orders simply change following line in orders.php (admin):
elseif (isset($HTTP_GET_VARS['status']))
in:
elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='')
| Mazzel | 18 May 2004 |
Note: Contributions are used at own risk.
