Mreco Posted March 7, 2021 Share Posted March 7, 2021 Witam. Czy ktoś może pomóc i podpowiedzieć co zmienić w tym module, żeby adres email nie był obowiązkowy podczas wystawiania komentarza? https://mypresta.eu/pl/modules/advertising-marketing/ocena-i-komentarz-o-produkcie.html Link to comment Share on other sites More sharing options...
Kaerv Posted March 8, 2021 Share Posted March 8, 2021 Z tego co widzę wystarczą dwie zmiany w folderze modułu: 1. modules/myprestacomments/controllers/front/default.php Zakomentuj lub usuń te dwie linijki (u mnie to linijka 90 i 91): if (!$id_customer && (!Tools::isSubmit('customer_email') || !Tools::getValue('customer_email') || !Validate::isEmail(Tools::getValue('customer_email')))) $errors[] = $module_instance->l('Customer email is incorrect', 'default'); 2. modules/myprestacomments/mypresta_myprestacomments.tpl Znajdź tą linijkę i usuń gwiazdkę, żeby nie pojawiała się przy polu z adresem email (u mnie linijka 179): <label>{l s='Your email' mod='myprestacomments'}<sup class="required">*</sup></label> Powinno się dać dodawać komentarze bez podawania maila. Jeżeli gwiazda dalej się pojawia, spróbuj wyczyścić pamięć podręczną Prestashopa. 1 Link to comment Share on other sites More sharing options...
Mreco Posted March 9, 2021 Author Share Posted March 9, 2021 Dzięki wielkie. Działa bez zarzutu. 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