wdrożenia PrestaShop Powiększenie zdjęć moduł

Presta 1.4 - bez polskich czcionek adresat i temat e-maila po angielsku

  • 0 Odpowiedzi
  • 8809 Wyświetleń

0 użytkowników i 1 Gość przegląda ten wątek.

*

Offline born4july

  • Nowy
  • *
  • 16
  • 0
Gdy klient wysyla e-maila na sklep dostaje komunikat: Your message has been correctly sent lub Password query confirmation

Treść w środku jest po polsku. Podejrzewam, że jest jakiś błąd w ContactController.php, tutaj fragment:
if (!empty($contact->email))
            {
               if (Mail::Send((int)(self::$cookie->id_lang), 'contact', Mail::l('Message from contact form'), array('{email}' => $from, '{message}' => stripslashes($message)), $contact->email, $contact->name, $from, ((int)(self::$cookie->id_customer) ? $customer->firstname.' '.$customer->lastname : ''), $fileAttachment)
                  AND Mail::Send((int)(self::$cookie->id_lang), 'contact_form', Mail::l('Your message has been correctly sent'), array('{message}' => stripslashes($message)), $from))
                  self::$smarty->assign('confirmation', 1);
               else
                  $this->errors[] = Tools::displayError('An error occurred while sending message.');
            }

Nike chce nagrywać polskiej paczki na angielską, bo kiedyś będę może chciał mieć tą wersję językową.

Ktoś miał ten problem ?