lamerczak Posted August 11, 2014 Share Posted August 11, 2014 Witam serdecznie, presta 1.6 mam pytanko do speców.. jak dodać formularz zapytania do każdego produktu ?? z góry dziękuję za pomoc i pozdrawiam Link to comment Share on other sites More sharing options...
endriu107 Posted August 11, 2014 Share Posted August 11, 2014 Co masz na myśli formularz do każdego produktu? Coś w rodzaju modułu "Wyślij do znajomego"? Klikasz i wyświetla się formularz? Link to comment Share on other sites More sharing options...
lamerczak Posted August 12, 2014 Author Share Posted August 12, 2014 Pod opisem produktu chciałbym mieć formularz kontaktowy tak aby klient mógł od razu wysłac pytanie odnośnie sprzedawanego przedmiotu normalny formularz kontaktowy, choć fajnie byłoby gdyby zapytanie miało jakieś info o tym spod jakiego artykułu jest Link to comment Share on other sites More sharing options...
endriu107 Posted August 12, 2014 Share Posted August 12, 2014 To tylko specjalna modyfikacja lub moduł, raczej nic darmowego nie znajdziesz, w prescie formularz kontaktowy jest specyficznie osadzony i ciężko jest go edytować, nawet drobna edycja wymaga ingerencję w core sklepu. Link to comment Share on other sites More sharing options...
vekia Posted August 12, 2014 Share Posted August 12, 2014 a może by tak zrobić formularz, który w <form action=""> miałby adres formularza kontaktowego, wówczas pola <input> byłyby wysyłane normalnie, a np. zmienna post z temated wzbogacić o id / nazwę produktu może zadziałać gdzies już chyba coś takiego robiłem na angielskim forum Link to comment Share on other sites More sharing options...
endriu107 Posted August 12, 2014 Share Posted August 12, 2014 Ciekawe rozwiazanie, z ciekawości spróbuje to wykonać i zobaczę czy zadziała taka modyfikacja. Link to comment Share on other sites More sharing options...
mrbino Posted January 12, 2015 Share Posted January 12, 2015 Ciekawe rozwiazanie, z ciekawości spróbuje to wykonać i zobaczę czy zadziała taka modyfikacja. Szukam czegoś takiego , czy robiłeś to może juz w swoim sklepie ? Link to comment Share on other sites More sharing options...
endriu107 Posted January 12, 2015 Share Posted January 12, 2015 Coś robiłem już komuś podobnego, nie pamiętam teraz dokładnie co i komu więc napisz jaki efekt chcesz uzyskać. Link to comment Share on other sites More sharing options...
mrbino Posted January 12, 2015 Share Posted January 12, 2015 Na stronie każdego produktu potrzebuje aby był formularz w którym klient mógł by zadać pytanie. Zadając pytanie było by uwzględniane z jakiej strony produktu pisze klient zapytanie. Chodzi o to aby formularz automatycznie wysyłał mi ID lub nazwe o jaki produkt pyta klient. Link to comment Share on other sites More sharing options...
endriu107 Posted January 12, 2015 Share Posted January 12, 2015 PW z przykładem Ci za sekundę wyślę. 1 Link to comment Share on other sites More sharing options...
endriu107 Posted January 12, 2015 Share Posted January 12, 2015 Odnośnie PW to zapomniałem dodać że to jest tuż nad przyciskiem dodaj do koszyka, oczywiście wygląd można dostosować. Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2015 Share Posted January 12, 2015 Szukam czegoś takiego , czy robiłeś to może juz w swoim sklepie ? masz gotowca: <div id="AskAboutProduct"> <form enctype="multipart/form-data" class="std" method="post" action="{$link->getPageLink('Contact')}"> <fieldset> <h3>{l s='Questions about product'}</h3> <p class="select" style="display:none"> <label for="id_contact">Subiect</label> <select name="id_contact" id="id_contact"> <option value="2" selected="yes"</option> </select> </p> <p class="text"> <label for="email">{l s='e-mail'}</label> <input type="text" value="" name="from" id="email"> </p> <p class="textarea"> <label for="message">{l s='message'}</label> <textarea cols="10" rows="15" name="message" id="message"></textarea> </p> <p class="submit"> <input type="submit" onclick="prepareTextarea(); $(this).hide();" class="button_large" value="{l s='send'}" id="submitMessage" name="submitMessage"> </p> </fieldset> </form> <script> var fullurl = $(location).attr('href'); function prepareTextarea(){ $('#message').val("{l s='Question about product: '}"+$('.pb-center-column h1').html()+" \n "+fullurl+" \n "+$('#message').val()); } </script> </div> wklej kod tam gdzie chcesz mieć formualrz na stronie produktu. efektem będzie: formularz z polem na email klienta, polem na wpisanie tekstu otrzymasz wiadomość w formacie: potwierdzenie wysłania: mail: Link to comment Share on other sites More sharing options...
pindlu94 Posted November 14, 2017 Share Posted November 14, 2017 On 12.01.2015 at 5:16 PM, vekia said: masz gotowca: <div id="AskAboutProduct"> <form enctype="multipart/form-data" class="std" method="post" action="{$link->getPageLink('Contact')}"> <fieldset> <h3>{l s='Questions about product'}</h3> <p class="select" style="display:none"> <label for="id_contact">Subiect</label> <select name="id_contact" id="id_contact"> <option value="2" selected="yes"</option> </select> </p> <p class="text"> <label for="email">{l s='e-mail'}</label> <input type="text" value="" name="from" id="email"> </p> <p class="textarea"> <label for="message">{l s='message'}</label> <textarea cols="10" rows="15" name="message" id="message"></textarea> </p> <p class="submit"> <input type="submit" onclick="prepareTextarea(); $(this).hide();" class="button_large" value="{l s='send'}" id="submitMessage" name="submitMessage"> </p> </fieldset> </form> <script> var fullurl = $(location).attr('href'); function prepareTextarea(){ $('#message').val("{l s='Question about product: '}"+$('.pb-center-column h1').html()+" \n "+fullurl+" \n "+$('#message').val()); } </script> </div> wklej kod tam gdzie chcesz mieć formualrz na stronie produktu. efektem będzie: formularz z polem na email klienta, polem na wpisanie tekstu otrzymasz wiadomość w formacie: potwierdzenie wysłania: mail: Witam, zastosowałem formularz z postu powyżej na stronie produktu, jednak nie wysyła wiadomości, tylko wyskakuje błąd link do sklepu: https://sklep.worldbrandoutlet.pl/ presta 1.6.1.17 Pozdrawiam Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now