Jump to content

Clientul nu primeste email


Recommended Posts

Mail Alerts module v. 2.4 Prestashop 1.5.

Aici, la Customer notifications este o singura optiune: "Gives the customer the option of receiving a notification for an available product if this one is out of stock."

 

Mai exista si alt modul pentru email?

Link to comment
Share on other sites

hai pe yahoo ca ai mai multe probleme acolo, nici nu te poti inregistra, ori pui cu pasi complecti inregistrarea (cu adresa) ori scoti necesitatea numarului de telefon

 

si inca ceva la 1.5.3.1 are bug la modulul cateorii, nu afiseaza subcategoriile, cauta in forum ca azi am citit despre remedierea lui ;)

Edited by costi43 (see edit history)
Link to comment
Share on other sites

Pentru a rezolva problema cu solicitarea telefonului chiar daca nu soliciti adresa initial, trebuie sa deschizi AuthController, comentezi sau stergi linia 380 sau unde gasesti:

if (Configuration::get('PS_ONE_PHONE_AT_LEAST') && !Tools::getValue('phone') && !Tools::getValue('phone_mobile') &&
	(Configuration::get('PS_REGISTRATION_PROCESS_TYPE') || Configuration::get('PS_GUEST_CHECKOUT_ENABLED')))
  $this->errors[] = Tools::displayError('You must register at least one phone number');

 

apoi cauti pe la 445

else // if registration type is in one step, we save the address
 {

 

si adaugi:

if (Configuration::get('PS_ONE_PHONE_AT_LEAST') && !Tools::getValue('phone') && !Tools::getValue('phone_mobile'))
	$this->errors[] = Tools::displayError('You must register at least one phone number');

Edited by rusteh (see edit history)
Link to comment
Share on other sites

Pentru a rezolva problema cu solicitarea telefonului chiar daca nu soliciti adresa initial, trebuie sa deschizi AuthController, comentezi sau stergi linia 380 sau unde gasesti:

if (Configuration::get('PS_ONE_PHONE_AT_LEAST') && !Tools::getValue('phone') && !Tools::getValue('phone_mobile') &&
	(Configuration::get('PS_REGISTRATION_PROCESS_TYPE') || Configuration::get('PS_GUEST_CHECKOUT_ENABLED')))
  $this->errors[] = Tools::displayError('You must register at least one phone number');

 

apoi cauti pe la 445

else // if registration type is in one step, we save the address
 {

 

si adaugi:

if (Configuration::get('PS_ONE_PHONE_AT_LEAST') && !Tools::getValue('phone') && !Tools::getValue('phone_mobile'))
	$this->errors[] = Tools::displayError('You must register at least one phone number');

 

mai simplu di BO>preference>coustomer debivezi optiune de a cere numar de telefon, decat sa strice cineva ceva ;)

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...