Community Add-Ons
Admin Ordertotal Fix
for osCommerce Online Merchant v2.2
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.
Legend:
Download
Report
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'])!='')
