Community Add-Ons

Add file to this package
Top » Order Total Modules

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
Expand All / Collapse All
All orders fix 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'])!='')

Admin Ordertotal Fix Mazzel 18 May 2004