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.

Quote Originally Posted by rnet View Post
I'm using the latest download, but when selecting any order from admin - I get a blank page. I tried to make the orders.php edits listed in prior posts without success. If I substitute the original (stock) orders.php file, it works -- however I do not see the referrals listed, except in the column under admin>Customers (column title Referred By).