Hi folks
I have a problem with the the "New Account Alert Mail" option. I have checked it as "Yes". But when a new customer is created the only mail I receive in my mail-box is an exact copy of the Welcome mail the customer received. Is it supposed to be like this or is something very wrong with my install?
Thanks.
I have a problem with the the "New Account Alert Mail" option. I have checked it as "Yes". But when a new customer is created the only mail I receive in my mail-box is an exact copy of the Welcome mail the customer received. Is it supposed to be like this or is something very wrong with my install?
Thanks.
Hello, I have just installed opencart, and have been trying it to make sure everything works correctly. When there is a new registration or order, neither the customer nor I receive the automatic registration/order confirmation. How do fix this?
Thank you.
Thank you.
ANOTHER person with email problems, I don't get any emails telling me of new registrations.
I know SOMETHING is working because OC manages to email the customer telling them their registration has been accepted and is awaiting approval. So why don't I get anything?? (yes, the notify of new registration box is ticked).
I know SOMETHING is working because OC manages to email the customer telling them their registration has been accepted and is awaiting approval. So why don't I get anything?? (yes, the notify of new registration box is ticked).
Daniel Kerr apparently couldn't care less.fillydilly wrote:Hi folks
I have a problem with the the "New Account Alert Mail" option. I have checked it as "Yes". But when a new customer is created the only mail I receive in my mail-box is an exact copy of the Welcome mail the customer received. Is it supposed to be like this or is something very wrong with my install?
Thanks.
He told me not to waste his time. He said that
he hasn't added the feature and that it's not
serious because the cart still works, and the information
is available anyway within the Admin section.
Here is quick vqmod snippet to change the subject and body of the admin mail
Code: Select all
<file name="catalog/model/account/customer.php">
<operation>
<search position="replace"><![CDATA[
$mail->setTo($this->config->get('config_email'));
]]></search>
<add><![CDATA[
$mail->setTo($this->config->get('config_email'));
$mail->setSubject('A new user has registered');
$mail->setText('A new user has registered and is awaiting approval');
]]></add>
</operation>
</file>
Who is online
Users browsing this forum: No registered users and 45 guests