socialcowboy Posted January 6, 2016 Share Posted January 6, 2016 Hoi allen, Wij lopen tegen wat problemen aan met het contactformulier. Bij het versturen van een bericht krijgt de gebruiker automatisch een email. Deze email (contact_form) willen we uit zetten, maar dat lukt vooralsnog niet. Ik heb van alles geprobeerd in ContactController.php - zonder succes. Telkens had het geen effect of was de contactpagina niet meer zichtbaar. Naast het feit dat deze uit mag staat in de titel (ook bij de reacties op die email) een "#ct%1$s #tc%2$s" in de titel. Dit mag wat ons betreft ook verdwijnen. In dit stuk code ben ik bezig geweest, maar zonder succes. Iemand het verlossende antwoord? if (empty($contact->email)) { Mail::Send($this->context->language->id, 'contact_form', ((isset($ct) && Validate::isLoadedObject($ct)) ? sprintf(Mail::l('Your message has been correctly sent #ct%1$s #tc%2$s'), $ct->id, $ct->token) : Mail::l('Your message has been correctly sent')), $var_list, $from, null, null, null, $file_attachment); } else { if (!Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form').' [no_sync]', $var_list, $contact->email, $contact->name, null, null, $file_attachment, null, _PS_MAIL_DIR_, false, null, null, $from) || !Mail::Send($this->context->language->id, 'contact_form', ((isset($ct) && Validate::isLoadedObject($ct)) ? sprintf(Mail::l('Your message has been correctly sent #ct%1$s #tc%2$s'), $ct->id, $ct->token) : Mail::l('Your message has been correctly sent')), $var_list, $from, null, null, null, $file_attachment, null, _PS_MAIL_DIR_, false, null, null, $contact->email)) { $this->errors[] = Tools::displayError('An error occurred while sending the message.'); } } Link to comment Share on other sites More sharing options...
Inform-All Posted January 7, 2016 Share Posted January 7, 2016 Welke Prestashop versie gebruikt u?Misschien vind u hier uw antwoord:https://www.prestashop.com/forums/topic/334974-disable-confirmation-email-in-the-contact-form/ Link to comment Share on other sites More sharing options...
socialcowboy Posted January 8, 2016 Author Share Posted January 8, 2016 Ja, daar heb ik dus gekeken... En via die post kwam ik ook op het "antwoord". Het werkt echter niet. Prestashop 1.6.1.2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now