Hello
I have everything set up right as far as the mail goes, but for some reason when i try to recover passwords as a guest user, I get the error "Error: E-Mail subject required!"
The Mail settings are all OK, they all have subjects, including Forgotten.
I searched and found no help... can anyone guide me?
I have everything set up right as far as the mail goes, but for some reason when i try to recover passwords as a guest user, I get the error "Error: E-Mail subject required!"
The Mail settings are all OK, they all have subjects, including Forgotten.
I searched and found no help... can anyone guide me?
Any idea how far away that is?
Any quick fix in the mean time? I need to be able to launch in the next week or so unfortunately... can you tell me where i could modify the link to make it go to a form to submit for help to me instead?
thanks.
Any quick fix in the mean time? I need to be able to launch in the next week or so unfortunately... can you tell me where i could modify the link to make it go to a form to submit for help to me instead?
thanks.
Hi ekal,
You can do a fix this by doing a change on 2 lines in /catalog/controller/account/forgotten.php
It's line 29 and 30.
Change these lines from:
$subject = str_replace($find, $replace, $this->config->get('mail_password_subject_' . $this->language->getId()));
$message = str_replace($find, $replace, $this->config->get('mail_password_message_' . $this->language->getId()));
to
$subject = str_replace($find, $replace, $this->config->get('mail_forgotten_subject_' . $this->language->getId()));
$message = str_replace($find, $replace, $this->config->get('mail_forgotten_message_' . $this->language->getId()));
Hope that helps.
Regards,
Leffe
You can do a fix this by doing a change on 2 lines in /catalog/controller/account/forgotten.php
It's line 29 and 30.
Change these lines from:
$subject = str_replace($find, $replace, $this->config->get('mail_password_subject_' . $this->language->getId()));
$message = str_replace($find, $replace, $this->config->get('mail_password_message_' . $this->language->getId()));
to
$subject = str_replace($find, $replace, $this->config->get('mail_forgotten_subject_' . $this->language->getId()));
$message = str_replace($find, $replace, $this->config->get('mail_forgotten_message_' . $this->language->getId()));
Hope that helps.
Regards,
Leffe
Sorry one more question
When i get the paypal notification of payment, under
Payment details
Description:
it says my stores name, NOT the product they purchased... I have to login to the store to find out what product it was.
Is there a way to change what it uses for description?
When i get the paypal notification of payment, under
Payment details
Description:
it says my stores name, NOT the product they purchased... I have to login to the store to find out what product it was.
Is there a way to change what it uses for description?
Who is online
Users browsing this forum: No registered users and 72 guests