I am trying to hard-code an email address in the Return Authorization Page (by Clyde Jones), but can't seem to get it to work. In fact almost anything I do to this line does not change it's behavior. Below is the lilne and what I think would work.
The actual line:
zen_mail(STORE_OWNER, EMAIL_FROM, EMAIL_SUBJECT . ' - ' . $name . ' - ' . $order_number , $text_message, $name, $email_address, $html_msg, 'contact_us');
What I believe it should look like:
zen_mail('myotheremail######################', EMAIL_FROM, EMAIL_SUBJECT . ' - ' . $name . ' - ' . $order_number , $text_message, $name, $email_address, $html_msg, 'contact_us');
Any ideas what I'm missing?
Paul
(zc 1.39h)


Reply With Quote
