Invalid order link in end layout

  • Posts: 38
  • Thank you received: 1
7 years 3 months ago #275723

-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.4

Hi,

in /components/com_hikashop/views/checkout/tmpl/end.php order link on guest checkout is generated like this

$url = hikashop_completeLink('order&task=show&cid='.$this->order->order_id.'&token='.$this->order->order_token);

but should be
$url = hikashop_completeLink('order&task=show&cid='.$this->order->order_id.'&order_token='.$this->order->order_token);

otherwise order is not displayed.

Pavel

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
7 years 3 months ago #275730

Hi,

Thanks for the feedback. That's indeed a mistake. I've added the patch on our end.

The following user(s) said Thank You: n3t

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

Time to create page: 0.054 seconds
Powered by Kunena Forum