Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

File metadata and controls

27 lines (17 loc) · 1.06 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 2.6.1

Release build zip: woocommerce-gutenberg-products-block.zip

To test

  1. View your stock table (wc_reserved_stock) in the database
  2. Go to checkout with some items in the cart
  3. Check the stock table is updated with a new row
  4. Refresh the checkout page.
  5. Check that the expires column is updated only

To test stock table creation:

Note: assuming you are using a development site where you are okay with losing the data.

  1. Delete the wc_reserved_stock table.
  2. Visit anywhere in the WordPress admin.
  3. Verify the wc_reserved_stock table was re-created.