janeklass Posted April 14, 2022 Share Posted April 14, 2022 Hi, If a person has an account but still wants to buy as a guest. How to do it? The store is currently saying that an email address already exists. (look at the picture) Link to comment Share on other sites More sharing options...
tdsoft Posted April 15, 2022 Share Posted April 15, 2022 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); 1 Link to comment Share on other sites More sharing options...
janeklass Posted April 15, 2022 Author Share Posted April 15, 2022 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 More sharing options...
El Patron Posted April 17, 2022 Share Posted April 17, 2022 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 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