rabmark2u Posted August 13, 2018 Share Posted August 13, 2018 Witam. Mam problem z aktywacja formularza kontaktowego wbudowanego w prestashop 1.7.4.x. Chce go umiescic na stronie CMS - ID 6. W jakich plikach musze dokonac zmian aby poprawnie sie wyswietlal? Pozdrawiam. Link to comment Share on other sites More sharing options...
0 tomek003 Posted August 21, 2018 Share Posted August 21, 2018 Użyj wyszukiwarki bo był taki temat na forum. Link to comment Share on other sites More sharing options...
0 rabmark2u Posted August 24, 2018 Author Share Posted August 24, 2018 Witam. Formularz wbudowany w szablon nie wyswietla sie poprawnie. Postapilem wedlug ponizszej instrukcji.... A page.tpl z kodem {if $cms.id == 8} {widget name="contactform"} {/if} znajduje się w /themes/nasz_szablon/templates/cms/page.tpl Można to umieścić pod blokiem cms_content link do przekierowania formularza należy zamienić linijkę <form action="{$urls.pages.contact}" method="post" {if $contact.allow_file_upload}enctype="multipart/form-data"{/if}> na następujący kod {if isset($cms) && $cms.id == 8} <form action="{$link->getCMSLink(8)}" method="post" {if $contact.allow_file_upload}enctype="multipart/form-data"{/if}> {else} <form action="{$urls.pages.contact}" method="post" {if $contact.allow_file_upload}enctype="multipart/form-data"{/if}> {/if} przy czym 8 to id naszej strony CMS na której chcemy umieścić formularz. Plik contactform.tpl znajduje się w root/themes/nasz_szablon/modules/contactform/views/templates/widget/contactform.tpl Link to comment Share on other sites More sharing options...
Question
rabmark2u
Witam.
Mam problem z aktywacja formularza kontaktowego wbudowanego w prestashop 1.7.4.x. Chce go umiescic na stronie CMS - ID 6. W jakich plikach musze dokonac zmian aby poprawnie sie wyswietlal?
Pozdrawiam.
Link to comment
Share on other sites
2 answers to this question
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