pbpo Posted November 15, 2013 Share Posted November 15, 2013 (edited) Mam delikatny problem mam formularz kontaktowy ale w wersji polskiej przy wyborze "tematu" nie wyświetla mi się lista . W wersji angielskiej wszystko jest w porządku (od strony usera) od strony administratora dostaje wiadomości bez tematu http://supron1.hmhost.pl/prestashop/pl/skontaktuj-sie-z-nami http://supron1.hmhost.pl/prestashop/en/contact-us Jak mogę wyedytować formularz tak by to fajnie działało ? w contact-form.tpl aktualnie mam cođ takiego <select id="id_contact" name="id_contact" onchange="showElemFromSelect ('id_contact', 'desc_contact')"><option value="0">{l s='-- Choose --'}</option> {foreach from=$contacts item=contact} <option value="{$contact.id_contact|intval}" {if isset($smarty.post.id_contact) && $smarty.post.id_contact == $contact.id_contact}selected="selected"{/if}> {$contact.name|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> Edited November 15, 2013 by pbpo (see edit history) Link to comment Share on other sites More sharing options...
tyszek Posted November 17, 2013 Share Posted November 17, 2013 Może po prostu nie masz przetłumaczonych tych wpisów i dlatego masz do wyboru tylko puste miejsce.Sprawdzałeś to ? Link to comment Share on other sites More sharing options...
pbpo Posted November 18, 2013 Author Share Posted November 18, 2013 (edited) No właśnie w tłumaczeniu mam wszystkie wpisy poza tymi dwoma . Dziękuje za takie informacje , ale to sprawdziłem w pierwszej kolejności . Gdyby nie to nie pisał bym, bo to jest dla mnie dziwne szczerze mówiąc. No bo wszystkie słowa które są zawarte na stronie formularza są przetłumaczone prawidłowo. Tutaj jednak nie ma tych dwóch w sumie najważniejszych. Jedyne co zauważyłem to jest przetłumaczona opcja "Customer Service" , ale ona też nie jest widoczna. Edited November 18, 2013 by pbpo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 z tym, że w tym przypadku chodzi o tłumaczenia w : Link to comment Share on other sites More sharing options...
pbpo Posted November 19, 2013 Author Share Posted November 19, 2013 Dzięki xD , zrobiłem to przez bazę danych , ale tak też może być Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 każda droga do osiągnięcia celu jest dobra to już wszystko jest ok w tej sprawie? Po manualnym wprowadzeniu danych do bazy, polskie znaki (ogonki) wyświetlają się poprawnie? Link to comment Share on other sites More sharing options...
tyszek Posted November 19, 2013 Share Posted November 19, 2013 @VekiaJa mam takie bardzo poboczne pytanie Jakim programem robisz te screeny bo obstawiam że nie ręcznie?Jeśli jakimś programem to jak się zwie i czy ma możliwośc uploadu na jakieś zewnętrzne serwery typu imageshack?? Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 do chrome jest wtyczka imgur Link to comment Share on other sites More sharing options...
pbpo Posted November 19, 2013 Author Share Posted November 19, 2013 Tak po wpisaniu do bazy z polskimi znakami nic się nie dzieje , wszystko śmiga Link to comment Share on other sites More sharing options...
pbpo Posted December 6, 2013 Author Share Posted December 6, 2013 Odkopuje temacik . Powiedzcie mi jak mogę dać dodatkowe okna w formularzu (wymagane pole * - Imie , Nazwisko, Adres, itp) chcę by po wysłaniu maila były te dane widoczne w treści . Tylko nie wiem jak mogę się za to zabrać . Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 chyba będzie przydatne: http://bit.ly/18d4HxL 1 Link to comment Share on other sites More sharing options...
pbpo Posted December 6, 2013 Author Share Posted December 6, 2013 Dzięki +1 Link to comment Share on other sites More sharing options...
pbpo Posted December 9, 2013 Author Share Posted December 9, 2013 (edited) Postępowałem według poradnika no ale niestety dostaje błąd Fatal error: Undefined class constant 'self::TYPE_INT' in /home/supron/public_html/prestashop/controllers/ContactController.php on line 180 w takowym pliku mam : else { $ct = new CustomerThread(); if (isset($customer->id)) $ct->id_customer = (int)($customer->id); $ct->id_shop = (int)$this->context->shop->id; if ($id_order = (int)Tools::getValue('id_order')) $ct->id_order = $id_order; if ($id_product = (int)Tools::getValue('id_product')) $ct->id_product = $id_product; $ct->id_contact = (int)($id_contact); $ct->id_lang = (int)$this->context->language->id; $ct->email = $from; $ct->status = 'open'; $ct->token = Tools::passwdGen(12); $ct->Extra_field = Tools::getValue('Extra_field'); $ct->add(); } Co tutaj mogę mieć źle ? Edited December 9, 2013 by pbpo (see edit history) Link to comment Share on other sites More sharing options...
pbpo Posted December 9, 2013 Author Share Posted December 9, 2013 Pomoże ktoś ... ? Link to comment Share on other sites More sharing options...
Recommended Posts