Thanks for your reply,
now sure exactly how to use the zen_mail command,
would the script be:
Code:
$email_message .= 'Customer:' . $customers_firstname . ' ' . $customers_lastname . "\n";
zen_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'Address change', $email_message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
or even easier:
Code:
$email_message .= 'Customer:' . $customers_firstname . ' ' . $customers_lastname . "\n";
zen_mail( "samueljohnstone####################", "$email_message");
Thanks so much for your help. I'm a little bit lost here. If you could give me an example of the code already in zen cart that would help heaps.
Thanks
Sam
Bookmarks