Jump to content

orion246

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

orion246's Achievements

  1. On our site javascript stopped working on august 27th. I got an email from a costumer that the paypal link didn't work. after a few hours disabling every module and option one by one I disabled the smart cache for javascript and everything worked again.
  2. Hello, I had the same problem. Solution: Disable "Smart Cache for JavaScript" in the advanced parameters -> performance and the problem should be solved. Cheers, Steven
  3. Hello Robin, I replaced line 194 with () but the confimation emails still got sent. I replaced line 197,189,199,200: if (!Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form').' [no_sync]', $var_list, $contact->email, $contact->name, $from, ($customer->id ? $customer->firstname.' '.$customer->lastname : ''), $fileAttachment) || !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 2')), $var_list, $from, null, $contact->email, $contact->name, $fileAttachment)) $this->errors[] = Tools::displayError('An error occurred while sending the message.'); with !Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form').' [no_sync]', $var_list, $contact->email, $contact->name, $from, ($customer->id ? $customer->firstname.' '.$customer->lastname : ''), $fileAttachment); and now the confimation emails are not sent. Regards, Steven
  4. Hello, I want to disable the confirmation email that is sent to the client when they sent a message via the contact form. I guess it has be done somewhere in ContactController.php I’m using V1.6.0.6 with the default-bootstrap theme. Regards, Steven
×
×
  • Create New...