damianb123 Posted August 12, 2013 Posted August 12, 2013 Hi, I have installed the purchase without account add-on, this one to be precise: Purchase Without Account v2.1 - FullPackage install went okay, manually as the site is modified. I add a product to basket, then go to checkout.... I get the new option to checkout without signing in, and receive a box which just has a continue button in it, clicking the continue button just seems to refresh the form, taking me back to same page with continue button. I know the url with the guest code is working as I added a word to see if it was picking up I was a guest, and it is..... however it just doesn't go any further. I have added a couple of files so you can see, and also the login.php file. Can anyone help? Cheers create_account.php Quote
rudolfl Posted August 24, 2014 Posted August 24, 2014 On line 364 you have code: <?php// PWA BOF if (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) {// PWA EOF?> The idea is that when user logs in as quest, there is no requirement for passsword. In your case, for some reason, you put that condition around ALL of customer information. I suggest you move those lines to line 586. Rudolf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.