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.
Release build zip: woocommerce-gutenberg-products-block.zip
- View your stock table (
wc_reserved_stock
) in the database - Go to checkout with some items in the cart
- Check the stock table is updated with a new row
- Refresh the checkout page.
- 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.
- Delete the
wc_reserved_stock
table. - Visit anywhere in the WordPress admin.
- Verify the
wc_reserved_stock
table was re-created.