• Pacotole

    (@pacotole)


    Please add the High-performance order storage (HPOS) compatibility declaration:

    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 );
    }
    });

    This plugin is simple and still works great in the lastest versions of WooCommerce but without this declaration can’t activate the HPOS in our e-commerces.

Viewing 1 replies (of 1 total)
  • Plugin Author Soft79

    (@josk79)

    Hi, we have no plans on updating the plugin on short notice, but a quick workaround for you would be adding the snippet to your child theme’s functions.php and replacing __FILE__ with the filename of our plugin.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.