Okay ... so you are saying that you have an orders_id and see the Order in the:
/admin/orders.php
and you see the orders_id in the:
orders
orders_products
orders_products_attributes
orders_products_download
for this orders_id ...
Yet you do not see it on the Order itself when you edit it ...
Could you check the file:
/admin/orders.php
and around the line 543 you should see:
make sure the require line is not commented out ...Code:// show downloads require(DIR_WS_MODULES . 'orders_download.php');
Next, check the file:
/admin/includes/modules/orders_download.php
Could you check that this file is the same file that comes with your Zen Cart that you have installed and is not missing, damaged or otherwise corrupt on the server ...





