Zen Cart Logo
Forums / General Questions / How do I hard-code an email address in the Return Authorization Page (by ClydeJones)?

How do I hard-code an email address in the Return Authorization Page (by ClydeJones)?

Views: 757

Results 1 to 1 of 1
16 Feb 2012, 5:03 PM
#1
glitzsfa avatar

glitzsfa

New Zenner

Join Date:
Jan 2012
Location:
Fort Worth, Texas
Posts:
14
Plugin Contributions:
0

How do I hard-code an email address in the Return Authorization Page (by ClydeJones)?

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)