Jump to content

Purchase as a guest when the email address is registered


janeklass

Recommended Posts

You can not do this in Prestashop. 

Or you must change group of this account to Visitor or Guest -> So you can checkout with the same email 

File check this: classes\form\CustomerForm.php lines 120

  $id_customer = Customer::customerExists($emailField->getValue(), true, true);

 

  • Like 1
Link to comment
Share on other sites

5 hours ago, tdsoft said:

You can not do this in Prestashop. 

Or you must change group of this account to Visitor or Guest -> So you can checkout with the same email 

File check this: classes\form\CustomerForm.php lines 120

  $id_customer = Customer::customerExists($emailField->getValue(), true, true);

 

I have this line in this file and it is exactly the same. Is there any need to change this? Does the change affect anything else in the store?

Link to comment
Share on other sites

just enable guest checkout,  we have our own inhouse checkout module we wrote because we are US agency, the ps default is better than addons checkout modules which have not improved in years....ours has little trick, when you fail to sign in, it prompts you to checkout as guest....rather than lost pwd/email....

that technique came from walmart.com/jet.com looool

 

 

 

image.thumb.png.6245b104d7ac8ae451d16a86c5a9d08c.png

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