Recent posts

  • Spam Orders and Accounts from Bots

    tl;dr Versions of WooCommerce prior to 4.6.2 contain a vulnerability that allows guest users to create accounts during checkout even when the “Allow customers to create an account during checkout” setting is disabled. This vulnerability is being exploited by a bot to place spam orders and create user accounts that are then used to probe…

    Read more


  • WooCommerce Blocks 3.7.1 release notes

    A patch version of WooCommerce Blocks has been released. Version 3.7.1 is available for download from GitHub and WordPress.org. This release fixes an issue with the signup feature in the Checkout block. The API now only creates an account if the relevant store option is enabled ( Account Creation > Allow customers to create an account during checkout`).

    Read more


  • WooCommerce 4.6.2 fix release

    This release fixes a bug discovered recently that allows anonymous users to create an account during checkout even when the “Allow customers to create an account during checkout” setting is disabled. The fix to this bug can be found here. We found this problem while investigating reports of a bot that is creating spam orders…

    Read more


  • Inheritance in PHP 8

    tl;dr Inheritance errors due to incompatible method signatures will generate fatal errors in PHP 8, which may cause developer plugins to break.  You should check your code for classes that extend functionality in their ancestor with methods that don’t have a matching signature and update those functions. The details In PHP 7, inheritance errors due…

    Read more


  • WooCommerce Blocks 3.7 release notes

    A new version of WooCommerce Blocks has been released! Version 3.7.0 is available for download from GitHub and WordPress.org. Sign up for an account in Checkout block This release includes support for creating an account from the checkout block. The signup flow is also updated to use a secure password-reset link for setting the initial account password. Checkout…

    Read more


  • WooCommerce 4.7.0 Release Candidate

    We’re excited to announce that the release candidate is now available! We are on track for our planned November 10 WooCommerce 4.7 final release date. Note that this release candidate doesn’t include any changes since 4.7 beta 2. Testing If you’d like to dive in and help test this new release, our handy WooCommerce Beta Tester plugin allows…

    Read more


  • WooCommerce 4.7.0 Beta 2

    WooCommerce 4.7.0 beta 2 is now available for testing! This version reverts one change for templates and also includes an updated version of WooCommerce Admin 1.6.3. You can either download it directly from WordPress.org or install our WooCommerce Beta Tester Plugin. Notable fixes and improvements Since the first beta version, the following fixes were added:…

    Read more


  • October 29: Community Chat #15

    Our next Community Chat is going to take place on Thursday, October 29, 2020 at 18:00 UTC in the #core channel of the WooCommerce Community Slack. If you don’t already have access to the group, you can request an invite here. Our agenda for this chat includes: Developer Resources WooCommerce Core WooCommerce Admin WooCommerce Blocks…

    Read more


  • WooCommerce 4.6.1 fix release

    This release fixes WooCommerce Admin bugs introduced in WooCommerce 4.6.0. The main issue affected stores running WooCommerce 4.6.0 together with the latest version of Gutenberg installed as a plugin. For those stores, the Analytics pages were empty (#5385). The only change in WooCommerce core for this release is the inclusion of the latest version of…

    Read more


  • WooCommerce 4.7.0 Beta 1

    WooCommerce 4.7.0 beta 1 is now available for testing! You can either download it directly from WordPress.org or install our WooCommerce Beta Tester Plugin. What’s new? The WooCommerce 4.7 release contains an updated version of WooCommerce Blocks 3.6.0, several fixes, and localization improvements. Notable fixes and improvements The main fixes and stability improvements in this…

    Read more


  • Using the Admin Notes Inbox in WooCommerce

    Note: A previous version of this article provided instructions using class names that were deprecated in WooCommerce 4.8. The instructions below have been updated to reflect the new class names. Note: Since WooCommerce 6.1, Inbox Note’s contents are limited to 320 displayable characters. Contents exceeding this limit will be truncated and appended with an ellipsis.…

    Read more


  • WooCommerce 4.6 is now available!

    We are excited to announce that WooCommerce 4.6 is now publicly available! It has been in development since September 2020 and has been updated with 327 commits from 31 contributors. This is a minor release, which means everything is backward compatible with the previous version. As always, we recommend creating a backup of your site and making…

    Read more