Problem/update new woocommerce version
-
Hello, the plugin is not woocommerce 8.3.1 compatible. Have you planned an update? Regards Rainer
PS I like your plugin 😉
-
Hello,
Can you provide more details of what is not compatible?
Stanislav
⚠ Dieses Plugin ist nicht mit der aktivierten WooCommerce-Funktion „Leistungsstarke Speicherung von Bestellungen“ kompatibel und sollte nicht aktiviert werden. WooCommerce-Funktionen verwalten
->Datenspeicher für Bestellungen
- Speicherung von WordPress-Beiträgen (alt)
Leistungsstarke Speicherung von Bestellungen (empfohlen)
Regards
Rainer
Hello,
They have never checked this plugin is it compatible or not.
Instead of it they force us to check, update and add extra code to plugin to declare it as compatible.I also have not checked if it is compatible or not yet.
Try to add the code:
add_action( 'before_woocommerce_init', function() { if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } } );to the end of the file:
wp-content/plugins/product-options-for-woocommerce/product-options-for-woocommerce.phpSo it will declare this plugin as compatible.
The code is from this page:
https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibilityThen try to use it. And check if the product options plugin works.
Stanislav
I added the code -> critical error -> white screen
I deleted the codeHello,
Sometimes when you copy and paste code, the quotation marks are replaced with some other characters that look similar.
Try to use the code directly from this page:
https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibilityStanislav
copied from github -> no breakdown/critical errof -> but same error message
WooCommerce hat festgestellt, dass einige deiner aktiven Plugins nicht mit den derzeit aktivierten WooCommerce-Funktionen kompatibel sind. Sieh dir bitte die Details an.
I´m back tomorrow. Regards RainerHello Pektsekye,
I tested the plugin with PHP 8.2.11 and WordPress 6.4.1 and WooCommerce 8.3.1 https://liostevents.de/produkt/tageskarte-freitag/
-> everything works fine, I,m happy!
Only the problem with the warning.
Regards
RainerHello,
I have just tried to add the code (mentioned on this page above) to the file:
wp-content/plugins/product-options-for-woocommerce/product-options-for-woocommerce.phpAnd it works for me.
The warning:
High-performance order storage (recommended)
⚠ 1 Incompatible plugin detected (Product Options for WooCommerce)on the page:
Wordpress dashboard -> Woocommerce -> Settings -> Advanced -> Featuresdisappeared.
So check if you have updated the correct file.
Also check if you have applied the correct code as the github page contains two codes. One to declare plugin as compatible and the other to declare the plugin as incompatible.Stanislav
Hello Stanislav,
I added the first code from github again, now the warning is away.
Thank you for your patience and for your quick help.
Rainer
PS perfect plugin, easy to configure!Hello,
Don’t forget that it is a free plugin.
It means that I spend my own time to support and update it.I have been working for years with Magento. Then it become heavy and difficult to install.
The same happens here. A lot of frequent updates.
They force us to update. They say it is security…
But I see from the code that every version is just worse than previous.The same for PHP. Be careful all stable versions are the old ones.
The new are just terrible. And they force us to upgrade again.Now return back to a person who create a free plugin.
You contact him and ask to update it again for free for hundreds of useless updates.I know you don’t see the code. It is why you trust them but not us – developers.
But next time, before asking someone to update his plugin, think about hundreds of useless updates.
Stanislav
Thank you for the information.
I recommend to make additional a payed version, because I understand the problem it´s not nice to work for free. - Speicherung von WordPress-Beiträgen (alt)
The topic ‘Problem/update new woocommerce version’ is closed to new replies.