Return url set on payment does not work / nor does Force a menu on the checkout

  • Posts: 56
  • Thank you received: 2
  • Hikashop Business
5 years 3 weeks ago #305238

-- url of the page with the problem -- : secure.seleatherfest.com/index.php?optio...&view=article&id=755
-- HikaShop version -- : 4.0.3
-- Joomla version -- : 3.9.4
-- PHP version -- : 7.1.14
-- Browser(s) name and version -- : safari 10.1.2
-- Error-message(debug-mod must be tuned on) -- : na

I've tried a few places. I'm processing orders just fine and the pop that invites a link to view orders occurs. But the page is blank.

I have set the return url in the payment plugin and I have set force a menu on the checkout in configuration. Please see snap shoots of both.

I looked in the End file:
<?php
/**
* @package HikaShop for Joomla!
* @version 4.0.3
* @author hikashop.com
* @copyright (C) 2010-2019 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
if(empty($this->html)) {
echo JText::_('THANK_YOU_FOR_PURCHASE');
if(!empty($this->url))
echo '<br/>'.JText::sprintf('YOU_CAN_NOW_ACCESS_YOUR_ORDER_HERE', $this->url);
} else {
echo $this->html;
}
$this->nextButton = false;

The page itself renders independently but not when someone checks out. Return url is: secure.seleatherfest.com/index.php?optio...&view=article&id=755

Ideas pls?

Attachments:

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

  • Posts: 4510
  • Thank you received: 611
  • MODERATOR
5 years 3 weeks ago #305263

Hello,

Can you provide element in order to process a checkout test in order to see your issue by ourself, for this we need a payment method in test mode (sandbox).

Note that we went to reach the thank you page (the default one) But as I process the checkout with a free product, I didn't use the payment plugin.



So, I guess that the root issue is on the payment method side.

Awaiting news from you
Regards

Last edit: 5 years 3 weeks ago by Philip.

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

  • Posts: 56
  • Thank you received: 2
  • Hikashop Business
5 years 2 weeks ago #305716

Hi Phillip-- there was no possibility of getting this to work so I ditched Stripe altogether. I opened a new account with a different provider. There wasn't another solution I could find.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum