• Woocommerce will release new update “High Performance Order Storage (HPOS)”, the “States, Cities, and Places for WooCommerce” plugin is not supported yet, Are you planning to upgrade to support it?

    It is very important since I, like many other users, use the extension.

    If there is anything we can help with to make this possible, we will be attentive.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, please do

    Hello,

    I was wondering the same thing. Will this feature be available soon?

    Thanks!

    add this on line 332:

           /**
             * Declares WooCommerce HPOS compatibility
             *
             * @return void
             */
            public function woocommerce_hpos_compatible() {
                if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
                    \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
                }
            }
        }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with High-Performance Order Storage (HPOS)’ is closed to new replies.