Hello, thanks for your reply.
What I'm trying to simulate, is a (simulated) restaurant where the waiters have tablets and can fill in orders for clients.
The client list is however in a extended DB, so I use the 'Customers'-login in admin as the Waiters-login. (so a waiter chooses a client by his/her email and checks what he/she wants to eat).
I managed to edit the admin page, thanks for that.
I am now trying to edit the order process. I managed to add a dropdown in the cart_module with a list of emails that comes from another PHP-database.
What I'm trying to do now, is to save the selected email as the finalized email while ordering.
So what I have:
(Notice the " Client: " - > emails come from another database (phpmyadmin) )
What I'm trying to do now - > use that email in the order where the admin sees it under 'orders'. :/
I'm guessing it's quite a difficult thing to do. I analyzed the code and it gets all the details from Customer so I'm guessing this is 'impossible' to do?
Thanks for your help!