I cannot find in this post the problem I have, so if it is I am sorry.
In the file YOUR_ADMIN/orders.php you have find
Code:
$check_status = $db->Execute("select customers_name, customers_email_address, orders_status,
date_purchased from " . TABLE_ORDERS . "
where orders_id = '" . $_GET['oID'] . "'");
and replace with
Code:
$check_status = $db->Execute("select customers_name, customers_email_address, orders_status,
date_purchased, COWOA_order from " . TABLE_ORDERS . "
where orders_id = '" . $_GET['oID'] . "'");
well I have found two lots of the 'find' code. Do I replace both?
I have had to start from scratch, so this is the first time I have been in this file.
I have added this 'FEC' many times but never spotted this one before.
Bookmarks