Just to update anyone that is reading this thread ,
I have put in the original 1.3.7. file and now works ok .
I am not sure what the modded file from the How did you hear about us 1.3.7. mod differs
This is the only bit of code that is new in the mod around those line numbers :
181 to 195
PHP Code:
}
}
if (($action == 'edit') && isset($_GET['oID'])) {
$oID = zen_db_prepare_input($_GET['oID']);
$orders = $db->Execute("select orders_id from " . TABLE_ORDERS . "
where orders_id = '" . (int)$oID . "'");
$order_exists = true;
if ($orders->RecordCount() <= 0) {
$order_exists = false;
$messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
any help to solve appreciated. May be worth me posting in the how did you hear.... thread !