Does this plugin support the extra stages introduced if the shop includes a Pre-order function with WooCommerce Pre-order?
]]>I am encountering a critical issue with your plugin on the “Order Edit Page” in WooCommerce. The screen turns completely white, displaying only a small alert indicating an error with the plugin. This issue renders the order page unusable.
I have tested for conflicts with other plugins, and the problem persists only when your plugin is active. The order page functions normally once your plugin is deactivated.
Please address this issue as soon as possible, as it is severely impacting our operations.
Thank you for your prompt attention to this matter.
Fatal error: Uncaught Error: Call to a member function get() on bool
in?/home/****/****/****/public_html/wp-content/plugins/reepay-checkout-gateway/includes/Admin/MetaBoxes.php?on line?153
Call stack:
Reepay\C\A\MetaBoxes::generate_meta_box_content_customer()
do_meta_boxes()
require()
If you set “Language In Payment Window” to “Detect Automatically” the payment window is ALWAYS shown in English. And I think it’s a bug in the plugin:
Note that “Detect automatically” is defined as the empty string in ReepayCheckout.php:297'' => __( 'Detect Automatically', 'reepay-checkout-gateway' )
Further note that the language setting is loaded in ReepayCheckout.php:76 and keep in mind that the short-versioned ternary operator ?:
interprets the empty string (== “Detect Automatically”) as false and will therefore not assign the empty string to $this->language
.
$this->language = $this->settings['language'] ?: $this->language;
That is $this->language
will be initialized with its current value, which is defined in ReepayGateway.php:94
public $language = 'en_US';
Due to this mistake, the method get_language is never actually called and therefore neither is get_locale. Therefore the settings “Detect automatically” is effectively ignored and the payment window is shown in en_US, no matter the current WordPress locale.
This bug has existed since at least v1.7.0.
]]>Billwerk+ Payments for WooCommerce v1.7.2 was just updated, but isn’t formally compatible to the latest WordPress 6.5.3, and appears as “Compatible up to:?6.3.4″. Was that the intention? I guess not.
What makes matters worse is an actual compile error in v1.7.2 (that wasn’t in v1.7.0):
Undefined array key "enable_order_autocancel" in wp-content/plugins/reepay-checkout-gateway/includes/Gateways/ReepayCheckout.php:85
This happens on WP 6.5.3 + WC 8.9.0
]]>After updates to WordPress and WooCommerce latest days this plugin break our site (backend /admin part) woocommerce does not work at all and other plugins like Elementor etc is also malfunctioning. After support from WordPress.com we found out that this plug-in caused the errors. As soon disabled it everything works again. Could you please look into it? Right now we can’t accept payments.
]]>Hi support,
Is there a possibility that the subscriptions that were paid through your add-on become active (as well as the parent orders to be processed) when we confirm the transaction in the Billwerk Admin part?
For now, we have created two subscriptions (we use the Woo Subscriptions plugin), but the statuses are still ‘on-hold’ and ‘pending’.
]]>Php error after update status order in backoffice, for example I change status On Hol -> Completed…
[01-Jun-2023 16:46:23 UTC] PHP Fatal error: Uncaught TypeError: Argument 3 passed to Reepay\Checkout\OrderFlow\ThankyouPage::override_template() must be of the type array, null given, called in /var/www/www.hide-url.com/www/wp-includes/class-wp-hook.php on line 308 and defined in /var/www/www.hide-url.com/www/wp-content/plugins/reepay-checkout-gateway/includes/OrderFlow/ThankyouPage.php:57
Stack trace:
#0 /var/www/www.hide-url.com/www/wp-includes/class-wp-hook.php(308): Reepay\Checkout\OrderFlow\ThankyouPage->override_template('/var/www/www.hi...', 'emails/email-or...', NULL, '', '')
#1 /var/www/www.hide-url.com/www/wp-includes/plugin.php(205): WP_Hook->apply_filters('/var/www/www.hi...', Array)
#2 /var/www/www.hide-url.com/www/wp-content/plugins/woocommerce/includes/wc-core-functions.php(313): apply_filters('wc_get_template', '/var/www/www.gr...', 'emails/email-or...', NULL, '', '')
#3 /var/www/www.hide-url.com/www/wp-content/plugins/woocommerce/includes/wc-template-functions.php(3362): wc_get_template('emails/email-or...', NUL in /var/www/www.hide-url.com/www/wp-content/plugins/reepay-checkout-gateway/includes/OrderFlow/ThankyouPage.php on line 57
Reepay Version 1.4.66
WordPress Version 6.2.2
WooCommerce Version 7.7.2
Hi
I have enabled ApplePay in settings at Payment Logos, but the image is missing at the checkout page.
It’s not present in the asset folder in the plugin, so you might have forgotten to add it? ??
]]>Hi guys,
I am experiencing some problems with webhooks failing.
How do I find the very reason why these webhooks are failing?
Best regards,
KSHH