purchase processing; problem with choosing shipping method

  • Posts: 22
  • Thank you received: 0
8 years 1 month ago #253228

-- url of the page with the problem -- : shop.jollitys.ch
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2

doesn't stay on delivery page after choose a method. In Payment it works.
Thanks for help!

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

  • Posts: 22
  • Thank you received: 0
8 years 1 month ago #253265

JOomla Version: 3.6.3 now

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 1 month ago #253254

Hi,

You can change the code:

if(($old_shipping_ids !== $shipping_ids || $old_shipping_methods !== $shippings) && ($this->_getStep('cart',(int)$this->previous)===(int)$this->previous || $this->_getStep('confirm',(int)$this->previous)===(int)$this->previous)) {
to:
if(($old_shipping_ids !== $shipping_ids || $old_shipping_methods !== $shippings)) {
in components/com_hikashop/controllers/checkout.php and that should do it.

The following user(s) said Thank You: Flower

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

  • Posts: 22
  • Thank you received: 0
8 years 1 month ago #253313

Thanks it works now

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

Time to create page: 0.057 seconds
Powered by Kunena Forum