Ideally you should not have to edit the latest download at all - at least not the orders.php file.
A couple of things to do....
1. Make sure you are using the 1.3.7 version and you have not made any changes to it.
2. Make sure you are uploading the install referrals sql file via your admin area (Tools / Install SQL Patches)
3. Double check and make sure that you have all the files put in their proper order / folders, etc.
4. If all that fails, in the sql file try changing
'zen_cfg_select_option(array('true', 'false'), ', now()); to
'zen_cfg_select_option(array(\'true\', \'false\'), ', now());
and see if that helps.
That is about all the advise I know to give. If you have modified your orders.php file with another mod.... that may be causing a problem ... you would have to use something like WinMerge to compare the two files.
Bookmarks