Viewing 4 replies - 1 through 4 (of 4 total)
  • Also interested in this please, thank you so much.

    It looks like all you need to do is add a declaration like… ??

    // Declare support for features
    	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 );
    		}
    	} );

    @neikoloves – that’s good. However, is it actually compatible with HPOS?
    @acsnaterse – did you find any answer?
    Seems the plugin author has been missing from the support and updates for over 6 months. Looking for an alternative now.

    Thread Starter acsnaterse

    (@acsnaterse)

    Just adding a declaration won’t fix the real problem. It would be great if the plugin really became compatible with the HPOS system.

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