Mauma
Forum Replies Created
-
yes… that’s why I asked precisely…
ok… don’t mind..
i’ll figure it out myself testing with a safe backup till it works and then i’ll come back here to share with people
thanx
of course ! it says
Add this function to your theme’s functions.php file to send a copy of the nicely formatted customer’s email to yourself.
my specific question is which line, or where exactly inside that file so we don’t mess it up
thanx
perfect ! so I have to paste this:
add_action(‘eshop_send_customer_email’,’myeshop_copy_email’,10,4);
function myeshop_copy_email($csubject, $this_email, $headers, $array){
$myemail=’EMAILADDRESS’;
wp_mail($myemail, $csubject, $this_email,$headers);
}would you be so kind and tell us where in the functions.php to paste it ? Before or after what line ? So that we don’t mess up with your script
Thnx !
ouch… that would be good because the one sent to administrator is really a mess
I looked the wiki but I can’t find that… would you be so kind to send me the link with direct instructions to get the copy of the email sent to the user also to administrator ?
thanx !