roroPrestashop Posted July 8, 2016 Share Posted July 8, 2016 Hi Everyone. I've been pulling my hair out for days trying to figure out how to have ONLY guest checkout and without the need to register. I've gotten pretty far, where I have been able to checkout properly as a new guest and somehow also, when creating a new shopping cart, I can checkout again, and then there would be separate customers in the admin. But there's some stage where it's checking for a password and telling me that it's required... It's actually such a mess because it seems like there are multiple places needed to edit and my code is starting to get sloppy. Does anyone know of any way to do this? Is there a module out there? (I couldn't find anything....) Thanks!!! Link to comment Share on other sites More sharing options...
shokinro Posted July 8, 2016 Share Posted July 8, 2016 You can use Once Page Checkout mode and also enable Guest checkout. Then try to hide the elements for existing customer to log in at checkout page - then user should be able to checkout without log/register a customer. Link to comment Share on other sites More sharing options...
roroPrestashop Posted July 8, 2016 Author Share Posted July 8, 2016 Thanks, but I wish it was that easy. - I removed the choice of whether to checkout or register and only showed guest. - I removed the password field and only kept name and email and shipping address. It seems to work the first time but the second time, the system is recognizing me as a returning customer and then it doesn't work right and asks for a password as an error. Link to comment Share on other sites More sharing options...
shokinro Posted July 9, 2016 Share Posted July 9, 2016 I just tried, it seems working fine. I made order many times, every time I can use guest checkout. have you made any changes to change to other logic instead of modifying the theme file to hide the "log in as existing customer"? Link to comment Share on other sites More sharing options...
roroPrestashop Posted July 11, 2016 Author Share Posted July 11, 2016 Thanks. It seems like I solved it but not entirely sure yet. I have changed the AuthController for a separate issue and maybe that caused some problems. I'll continue checking. Link to comment Share on other sites More sharing options...
shokinro Posted July 11, 2016 Share Posted July 11, 2016 yes, that might be the case. but if it better indicate that you have made changes to the controller so that it will be easier for us to find out the cause of the issue with more info. 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