Configure Checkout for Registration or Guest

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149410

-- url of the page with the problem -- : midwest.testme.co
-- Joomla version -- : 3.2
-- PHP version -- : 5.3.2
-- Error-message(debug-mod must be tuned on) -- : Please enter a value for the field Password

I have read the various threads on Guest Checkout and use of the Switcher to allow a user to Login, Register or Checkout as a Guest.

I am having trouble using the Guest checkout with my configuration as:

Switcher
Simplified Registration with password
Guest

With this configuration if I try to checkout as a Guest I get the message that a password is required.

I can only get the Guest checkout to work by choosing:

Switcher
Simplified Registration
Guest

OR

Switcher
Guest

Is this working correctly? In other words, if I want to have a choice of Registration OR Guest Checkout do I have to choose Simplified Registration (without password).

Thanks
Brett

Last edit: 11 years 2 months ago by bmm01.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 2 months ago #149416

Hi,

Please download again the HikaShop installer on our website and install it on yours. I believe that it's something that we hot fixed last week.

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149507

Hi Nicolas

Thanks but I downloaded and installed the 22 March 2014 version and I still have this error.

Guest checkout still only works if Registration is set to simplified without password.

Brett

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #149517

Hello Brett,
Can you download the last Hikashop version through our website, install it and test it again just to be sure that your issue isn't coming from what we have fixed through the last Hikashop package ?
Thank you :).

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149630

Hi Mohamed
I installed the 25 March version and still have the error.

I can send you the login details if required.
Thanks
Brett

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149645

Plus now when I "Add to Cart" the cart popup just displays a blank popup window with "An error occurred" in it. I tried turning on Debug but I didn't see anything that I thought was useful.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 2 months ago #149760

Hi,

I just did a test on your website. I didn't get any error with the add to cart, and didn't get any error either with the guest checkout.
It seems to be working all fine.
Maybe it's just a caching issue of your browser on your end ?

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149786

Hi Nicolas

Thanks for checking - sorry for wasting your time as I didn't update this ticket.

I rolled back to the previous version and changed to Simplified Checkout without password so that's why it works.

Regards
Brett

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149824

Hi Nicolas/Mohamed

I have installed the latest Hikashop version (25 March) and changed the Checkout to Simplified with Password and the Guest Checkout is still not working.

I have cleared my browser cache too - could you please take a look for me.

Thanks
Brett

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #149835

Hi,

I have reproduced the error on our end, thanks to edit the file "media/com_hikashop/js/hikashop.js"
And replace:

		var simplified_pwd = document.getElementById('data[register][registration_method]3');
		var simplified = document.getElementById('data[register][registration_method]1');
		var guest = document.getElementById('data[register][registration_method]2');
By:
		var simplified_pwd = document.getElementById('data_register_registration_method3');
		var simplified = document.getElementById('data_register_registration_method1');
		var guest = document.getElementById('data_register_registration_method2');

The following user(s) said Thank You: bmm01, TerryHikashop

Please Log in or Create an account to join the conversation.

  • Posts: 99
  • Thank you received: 7
  • Hikashop Business
11 years 2 months ago #149919

Hi Xavier

Thanks that is working now.

Regards
Brett

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #149968

Ok thanks for the feedback.
It will be corrected in the next package.

Please Log in or Create an account to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum