New Zenner
- Join Date:
- Jan 2007
- Posts:
- 20
- Plugin Contributions:
- 0
New customer email notification
Is there a way Zen Cart can email the admin when a new customer registers?
Views: 3,545
New Zenner
Is there a way Zen Cart can email the admin when a new customer registers?
Oba-san
You could turn it on in the Configuration ... E-Mail settings ...
Send Copy of Create Account Emails To - Status
Send copy of Create Account Status
0= off 1= on
Send Copy of Create Account Emails To
Send copy of Create Account emails to the following email addresses, in this format: Name 1 email@address1, Name 2 email@address2
New Zenner
Thanks Linda, That is what I was looking for!
New Zenner
Linda, I did turn it on in the configuration. However I still not getting email notification. Verified the admin email is working with no problem.
What else am I missing? It did work a few weeks ago when testing the site but not now...
Ajeh:
You could turn it on in the Configuration ... E-Mail settings ...
Oba-san
Make sure it is turned on and that you have entered a valid email address for it ...
New Zenner
Does anyone know a mod which will send me changes to customers have made to their address details?
I was thinking something simple like:
$email_message = 'Address change:' . "\n\n";
$email_message .= 'Customer ID:' . $customer_id . "\n";
$email_message .= 'Customer:' . $customers_firstname . ' ' . $lastname . "\n";
tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'Address change', $email_message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
I tried putting it under this line:
<?php if ($messageStack->size('addressbook') > 0) echo $messageStack->output('addressbook'); ?>
in address_book_process.php but doesn't seem to work, any suggestions?
Tell staff why this post should be reviewed.