Jump to content

Darmowy moduł komentarzy MyPresta.eu


Mreco

Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...