• Resolved calamuchitaportatil

    (@calamuchitaportatil0)


    Hola, quería saber si tienen planificada una actualización para que sea compatible con la versión 8.0 de WooCoomerce que se viene con la característica Almacenamiento de pedidos de alto rendimiento (COT).

    Saludos

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author annastaa

    (@annastaa)

    Hello Calamuchitaportatil0,

    We have recently carried out the preliminary investigation for the COT features compliance. Given that our plugin doesn’t use any of the orders-related tables, it’s hardly possible for it to cause any COT-related incompatibilities, but unfortunately WooCommerce expects all the 3d party plugins to declare their COT compatibility even when it has no relevance to their functioning.

    We plan to include the COT compliance declaration with the next update that is tentatively planned for September. If you don’t wish to wait and feel comfortable editing some PHP code, you can open the wp-content/plugins/annasta-woocommerce-product-filters(-premium)/annasta-woocommerce-product-filters.php file of your site and add the following code just before the last “?>” line:

    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 calamuchitaportatil

    (@calamuchitaportatil0)

    Excelente, muchas gracias por la respuesta.

    Plugin Author annastaa

    (@annastaa)

    Hello Calamuchitaportatil0,

    I am now closing this inactive thread, but please feel free to create a new topic if you ever have further questions about the work of our filters!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Actualización’ is closed to new replies.