sendOrderToClient - how to send the same email to admin?

soundman

No avatar

2007-02-08 14:16

Hi

Case: i have QC vers 2.0 and i have Send ordervto client v.0.4 installed. The customer recieved this mail and is ok, but i also like this same mail to my admin mail adresses so i can see what the client have buyed.

Anyone know where i can find and change that i also revied a "copy" to my mail.

Thanks..

» Quick.Cart v2.x

soundman

treewood (OpenSolution)

Avatar: treewood

2007-02-08 16:36

edit file: plugins/sendOrderToClient/actions_client.php and find this:
@mail( $sTo, $sTitle, ereg_replace( '\|n\|', "\n", $sEmailContent ), 'FROM: '.$config['email'] );

after add email:
@mail( $config['email'], $sTitle, ereg_replace( '\|n\|', "\n", $sEmailContent ), 'FROM: '.$config['email'] );

Claps

Avatar: Claps

2007-02-08 16:36

Try this: admin section -> Configuration -> E-mail new orders to Admin set to "yes"

soundman

No avatar

2007-02-08 18:12

Thanks treewood, that worked 100%

Keep up the good work

soundman

Back to top
about us | contact