Hello,
I get this message:
PHP Warning: Trying to access array offset on value of type null in /www/wp-content/plugins/woo-rabo-omnikassa/controllers/icwoorok2-controller.php on line 246
What is the problem?
When customers are trying to finalize an order and they choose iDeal the dropdownmenu for banks is not shown anymore. They can not finalize their order.
All is updated and activated, paymentmethod in woocommerce is activated. I can select 3 options for showing the banks to select: do not display, selectfields or selectrounds. None let them show on the frontend. With “do not display” the error changes to a general one “something went wrong” while the error with the other 2 indicates a bank must be selected. 3 days ago all worked well.
]]>Hi,
I recently installed Omnikassa 2.0 for woocommerce and filled in the sandbox refresh token and the sandbox signing key. It all seemed to work but when I filled in the Production Refesh token and the production signing key the chechout page is giving an error when trying to order something. “Something went wrong. Please try again.”. I enabled the test environment but it still does not work properly. Any idea how I can fix it?
]]>After a payment Omnikassa sends a callback to process the payment when the user does not proceed to the website. However, I get a 500 error because of it and the status is not changed.
PHP Fatal error: Uncaught Error: Call to a member function get_status() on bool in /nas/content/live/sitename/wp-content/plugins/woo-rabo-omnikassa/controllers/icwoorok2-controller.php:256
After some digging I got to this error when I try to do it manually in functions.php, like this:
$oOrder = wc_get_order(1154);
$oOrder->getStatus();
PHP Fatal error: Uncaught Error: Call to undefined method Automattic\\WooCommerce\\Admin\\Overrides\\Order::getStatus()
Any ideas how to fix it?
Wordpress 5.6
Woocommerce 4.9.2
iDEAL-Checkout (native) – Rabo OmniKassa 2.0 for WooCommerce 2.1.1
Hi,
I have a question about a WooCommerce returning payments option for this plugin.
Could this be added to the plugin?
Thanks!
Hi,
After a payment is completed the status within Woocommerce isn’t updating… We keep getting this: Status ontvangen via Klant Return:COMPLETED (Order not updated, check OmniKassa dashboard for status.) Betaalmethode: iDEAL
Although all the fields are filled:
Webwinkel URL
https://www.example.com
Webhook PRODUCTION
https://www.example.com/?wc-api=Wc_Omnikassa_Gateway_Notify
Webhook SANDBOX
empty (the site is live)
Softwarepakket webwinkel
Anders (didn’t see WP or WC there)
Webwinkel status
Actief
What could it be?
Thanks!
Hi,
After a payment is completed the status within Woocommerce isn’t updating… We keep getting this: Status ontvangen via Klant Return:COMPLETED (Order not updated, check OmniKassa dashboard for status.) Betaalmethode: iDEAL
. Any idea?