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 ?