Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TaTa

    (@1ata)

    I added the following code to the bottom of emailwp.php to temporarily remove the error and will test the plugin with future orders:

    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 );
    }
    } );
    Thread Starter TaTa

    (@1ata)

    The plugin seems to be working Ok for reminder emails.

    I haven’t tested abandoned cart emails.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Incompatible with WooCommerce High-Performance order storage’ is closed to new replies.