Updated Release Testing Instructions WooCommerce 7.2 (markdown)

Jonathan Lane 2022-12-02 10:51:59 -08:00
parent d16cd08c50
commit 90ce6dc25e
1 changed files with 8 additions and 0 deletions

@ -360,6 +360,14 @@ Now create a new product but select `Variable subscription` instead of `Variable
### Admin redirects for HPOS URLs [#35463](https://github.com/woocommerce/woocommerce/pull/35463)
** The WooCommerce Beta Tester plugin hasn't declared compatibility with HPOS, so use it to install the beta, RC or final release and then deactivate the plugin. You should then be able to proceed with the steps below. **
First, in case handy, here is a quick reminder on how to enable HPOS, etc 💡
If necessary, start by running the WooCommerce ▸ Status ▸ Tools ▸ Create Custom Order Tables tool.
Then, visit WooCommerce ▸ Settings ▸ Advanced ▸ Features and enable High-Performance Order Storage.
Next, head on over to WooCommerce ▸ Settings ▸ Advanced ▸ Custom Data Stores and:
1. To test, you will first need to setup HPOS—making the custom order tables authoritative and enabling sync. You will also need a number of test orders to play with: if you don't have any existing order data, consider using a tool like [WC Smooth Generator](https://github.com/woocommerce/wc-smooth-generator) for that.
2. Next, visit WooCommerce ‣ Settings ‣ Advanced ‣ Custom Data Stores and change the data store to the WordPress Posts Table.
3. Try accessing the HPOS order admin list table at `/wp-admin/admin.php?page=wc-orders`: you should be redirected to the equivalent order post screen at `wp-admin/edit.php?post_type=shop_order`.