• Resolved TadeasKula

    (@tadeaskula)


    Hello,
    we need to disable this plugin as it is not compatible with newest feature of woocommerce – HPOS, when it will be fixed, please? Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Disable Bloat

    (@disablebloat)

    Hi @tadeaskula

    HPOS is a huge change in WooCommerce core and we ned some time to confirm that Disable Bloat plugin is compatible with this functionality.

    After conducting some tests, the compatibility will be declared in the upcoming release. Please stay tuned.

    You can also overrivde the check just now, by adding this code to your functions.php:

    add_action('before_woocommerce_init', function() {
    	\Automattic\WooCommerce\Utilities\FeaturesUtil::allow_activating_plugins_with_incompatible_features();
    	\Automattic\WooCommerce\Utilities\FeaturesUtil::allow_enabling_features_with_incompatible_plugins();
    });

    The warning notices will still be displayed, but it will be possible to activate the plugins/enable the features from the respective UI pages.

    Plugin Author Disable Bloat

    (@disablebloat)

    Hello @tadeaskula

    The compatibility with WooCommerce HPOS (Custom order tables) has been added to the plugin. Please update the plugin to the latest version and let me know if everything is alright.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HPOS not compatible’ is closed to new replies.