Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Purchase without account - not working


damianb123

Recommended Posts

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

post-289920-0-28579500-1376331743_thumb.png

create_account.php

Link to comment
Share on other sites

  • 1 year later...

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...