• Resolved tomlister

    (@tomlister)


    When will the new version of Woocommerce is going to be released for the WordPress 6.3?

    • This topic was modified 1 year, 8 months ago by tomlister.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tomlister ,

    Thanks for reaching out!

    If I understand correctly, you are wanting to know when a new version of WooCommerce, one compatible with WordPress version 6.3, will be released, is this correct?

    While WordPress 6.3 RC2 is available for install, it is not set to officially release until August, 8 2023, which you can read more about here:

    Since WooCommerce core depends on WordPress, WooCommerce is always compatible with WordPress, and updates are made to ensure this.

    This being said, I am personally running WordPress 6.3 RC2 on my test site which uses the latest version on WooCommerce core [7.9.0] and it works without any issues.

    Is there anything in particular you are experiencing issues with, regarding WooCommerce and WordPress 6.3?

    Cheers!

    Thread Starter tomlister

    (@tomlister)

    Thanks @beautyofcode for your reply.

    I am reaching out to you because our plugin is based on WooCommerce and as you know that current wordpress version 6.3 has a new block theme template.


    We have a widget to show exactly under the price section in our plugin and it uses woocommerce_single_product_summary hook for the same. But some reason the priority doesn’t work (code added below) in the woocommerce_single_product_summary hook for WordPress 6.3 but in wordpress 6.2.2 it works fine.


    add_action('woocommerce_single_product_summary', 'widget_content', 15);

    • This reply was modified 1 year, 7 months ago by tomlister.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce for WordPress 6.3’ is closed to new replies.