• Hello, WooCommerce will be migrating to HPOS in August. As of today your plugin, that I use in almost every store, says that is not compatible. 

    When are you going to allow compatibility?

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

    (@josk79)

    Our plugin is HPOS compatible and the next release will declare this compatibility, but I don’t know when it’ll be released.

    If you already want to perform some tests you can add this snippet at the bottom of woocommerce-jos-autocoupon.php.

    add_action( 'before_woocommerce_init', function() {
    	if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
    		\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
    	}
    } );

    If you don’t wish to alter the plugin file directly, you can add this snippet to your child theme’s functions.php instead and replace __FILE__ with the full path to our plugin’s woocommerce-jos-autocoupon-pro.php file.

    • This reply was modified 1 year, 5 months ago by Soft79.
Viewing 1 replies (of 1 total)
  • The topic ‘Support for HPOS’ is closed to new replies.