checkout login/registration switcher not working

  • Posts: 20
  • Thank you received: 0
8 years 8 months ago #234241

-- url of the page with the problem -- : dev.rotinger.bg
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0

Hi there,
Tried the "checkout login/registration switcher" but it doesn't work - irregardless which option I choose (Registration, Login, Guest) it does nothing. Tried both on IE11 and Chrome.
Check the page for potential javascript errors with F12 - none.
Please advise!
Thank you!

Last edit: 8 years 8 months ago by tesla.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 8 months ago #234263

Hi,

I couldn't find a product page on your website to add a product to the cart and then access the checkout.
Could you provide a precise procedure to reproduce the problem on your website ?
All I can say for now is that the problem is probably linked to your template.
If you switch the "use bootstrap design" setting of the HikaShop configuration, it might help so you can try that.

The following user(s) said Thank You: tesla

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

  • Posts: 20
  • Thank you received: 0
8 years 8 months ago #234397

Hello,
Please follow this link in order to be able to reporduce it: (edit: link removed cause is no longer active)
You just need to press the Add to cart button in order to go to checkout screen.
If I set Use bootstrap design to NO it works but I would prefer to keen it set to YES.
My template is Purity III.
Thank you!

Last edit: 8 years 7 months ago by tesla.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 8 months ago #234411

Hi,

Well, ideally, it would be great if your template could properly support bootstrap radios since they support bootstrap.
Otherwise, you can deactivate the bootstrap radios and use normal radios by editing the file "login" of the view "checkout" via the menu Display>Views and changing the line:

echo JHTML::_('hikaselect.radiolist',  $values, 'data[register][registration_method]', ' onchange="displayRegistration(this)"', 'value', 'text', $defaultSelection, false, false, true );
to:
echo JHTML::_('select.radiolist',  $values, 'data[register][registration_method]', ' onchange="displayRegistration(this)"', 'value', 'text', $defaultSelection, false, false, true );

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

Time to create page: 0.063 seconds
Powered by Kunena Forum