Polskie wsparcie PrestaShop

PrestaShop => Polska wersja językowa => Wątek zaczęty przez: born4july w Sierpień 03, 2011, 10:24:29 am

Tytuł: Presta 1.4 - bez polskich czcionek adresat i temat e-maila po angielsku
Wiadomość wysłana przez: born4july w Sierpień 03, 2011, 10:24:29 am
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 ?