Manual Order Maer 1.5.6 is brilliant. Just a little fix for those setting up new stores with no customers...

I was testing this on a new store and if there is no customers then the page will show up blank. Now that it has the functionality to make orders without customers then testing whether there is customers is irrelevant...

To fix, remove the first instance of:

if (tep_db_num_rows($result) >= 0){ (about line 20)

along with the closing bracket } just before the last ?>

Attached is the file create_order.php

More...