When I enable the "send order to admin" function, all the admin gets is a line telling him that there was an order placed and that he should log into the backend to find out the details.
How can I send the entire order details (products, qty, address..) to the admin by email? That's a very important function for most simple shop solutions.
you can install sendOrderToClient plugin, it is available in our download section and you can change client email address to yours if you are using that plugin just copy and add line with mail function and change there email, then you and client will get and email
aquasyl
2007-08-04 21:12
Hello Wewior,
You said :
if you are using that plugin just copy and add line with mail function and change there email, then you and client will get and email
Ok, but can you detail me to do that, on what files, and what line.
Maybe you can do this here? This is my actions_client.php of send_ordertoclient And i copy it?