When will you update plugin to support HPOS (High-Performance Order Storage)?
]]>Hi,
I have a woocommerce website where I am using this corvuspay payment plugin..
so, when Customer ordered a product using curvuspay method , I’m not receiving any new order E-mail from my website..But I get the Email if custom use any other method like paypal, stripe Etc..Only for this Corcuspay the email is not working…
Also, the orders are always shows pending even the order is paid and I received the money…
so,Please help me to fix this problem..Thanks in advance
Regards,
Minarh
In the classes you have, in several places, hardcoded strings wp_woocommerce_cpsi
, and that should be prefixed with {$wpdb->prefix}
(we don’t all use default database tables).
The way you call uninstall hook is wrong. Just use uninstall.php
. It’s better and won’t throw notices.
Last (I am hopeful it’s the least), you are using validate_settings_fields()
method, which has been deprecated since WooCommerce version 2.6, and has no replacements.
I’m not 100% sure should I just remove
$this->validate_settings_fields();
if (count($this->errors) > 0) {
$this->display_errors();
return;
}
or not, but I recon you should do some sort of manual validation.
Hope this helps, and I hope you fix these issues.
]]>Hi!
I am using this plugin (should be the official one which was recommended by Corvus) and when I activated it I got this error:
Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in public_html/wp-includes/functions.php on line 4147
Warning: Cannot modify header information - headers already sent by (output started at public_html/wp-includes/functions.php:4147) in public_html/wp-admin/includes/misc.php on line 1114
I’ve tried disabling all the other plugins I have on site, and only this one is making this notice and warning.
I’m on latest WordPress and using the latest version of WooCommerce.
Can you fix this issue?
]]>Dear Sirs,
I have a problem when connecting to production. For sandboxed applications worked well but after changing parameters in the production applications continue to be connected to the test even though they changed the store ID and KEY. Please help me.
https://www.ads-software.com/plugins/corvuspay-woocommerce-integration/
]]>