• Hi there!

    We were made aware of Woocommerce’s upcoming High-Performance Order Storage upgrade. I understand it’s currently in Beta still but open for websites to test it out. As our website would certainly benefit extremely from this upgrade as we currently experience quite slow speeds in the Admin area related to Order / Product information (our store has over 20k Orders in it), we’re looking to test this feature out as soon as possible.

    It looks like this current plugin is listed as “Incompatible” with the HPOS upgrade (among a few others: https://gyazo.com/09686c409e98f1afaaeb4a4e76ba248c)

    We’re just wondering if there is any timeline for the plugin to release an update to make it compatible with this HPOS upgrade.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, can you please make the plugin compatible with HPOS

    We also need HPOS support.

    Yes please add HPOS support. This is a great plugin

    I did a couple of quick tests with HPOS enabled (without compatibility mode) and the plugin seems to work!

    Add the below to functions.php to remove the HPOS incompatibility notice. It is preferable to add it in the child theme to avoid being overridden between theme updates.

    add_action( ‘before_woocommerce_init’, function() {
    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
    \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( ‘custom_order_tables’, ‘woo-manage-fraud-orders/woo-manage-fraud-orders.php’, true );
    }
    } );

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