Bitpay Plugin problem

  • Posts: 23
  • Thank you received: 0
11 years 1 week ago #166746

-- HikaShop version -- : 2.3.2 Business
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.4
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : Sorry your transaction did not go through successfully, please try again.

Hey guys,

I'm having a problem with the bitpay plugin for my site.
When trying to make a payment it says: Sorry your transaction did not go through successfully, please try again. Error: C


Any ideas why?

Thanks

Sry wrong place, should be in payment methods

Attachments:
Last edit: 11 years 1 week ago by Mikemike.

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

  • Posts: 84219
  • Thank you received: 13670
  • MODERATOR
11 years 1 week ago #166756

Hi,

Looking at the code, I can see that the error message is not handled properly.
Please change the line:

JFactory::getApplication()->enqueueMessage('Sorry your transaction did not go through successfully, please try again.<br/>Error:'.$invoice['error']['message'], 'error');
to:
JFactory::getApplication()->enqueueMessage('Sorry your transaction did not go through successfully, please try again.<br/>Error:'.$invoice['error'], 'error');
in the file plugins/hikashoppayment/hikabitcoin/hikabitcoin.php and try again.
You should then get the end of the error message which will explain what is wrong in more details.

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

  • Posts: 23
  • Thank you received: 0
11 years 1 week ago #166785

Hey nic,

thanks for the reply.
Now I get this message:

Sorry your transaction did not go through successfully, please try again.
Error:connect() timed out!

I also noticed, that when Iam logged in with an user, it instantly finishes the order by clicking of one of the payment method.
So it usually should finish the order only by clicking "Order" not by clicking on one of the payment methods.
It does it right, when Iam not logged in with an user.

Last edit: 11 years 1 week ago by Mikemike.

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

  • Posts: 84219
  • Thank you received: 13670
  • MODERATOR
11 years 1 week ago #166791

Hi,

This is because your website cannot access your payment gateway. You need to see with your system administrator/hosting company so that they can allow the website to access the outside world, or at least access to the payment gateway in the firewall they have in place.

Regarding the order finish, you can change that with the "Auto submit shipping and payment methods selection" option of the configuration.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum