Updated Release Testing Instructions WooCommerce 5.5 (markdown)
parent
99f1f47432
commit
3263206f1b
|
@ -1,18 +1,20 @@
|
||||||
* [WooCommerce Admin Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-admin-updates)
|
* [WooCommerce Admin Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-admin-updates)
|
||||||
- [Add target to the button to open it in a new tab #7110]()
|
- [Add target to the button to open it in a new tab #7110](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#add-target-to-the-button-to-open-it-in-a-new-tab-7110)
|
||||||
- [Remote Fee Extensions List #7144]()
|
- [Remote Fee Extensions List #7144](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#remote-fee-extensions-list-7144)
|
||||||
- [Set target to blank for the external links #6999]()
|
- [Set target to blank for the external links #6999](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#set-target-to-blank-for-the-external-links-6999)
|
||||||
- [Exclude WC Shipping for store that are only offering downloadable products #6917]()
|
- [Exclude WC Shipping for store that are only offering downloadable products #6917](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#exclude-wc-shipping-for-store-that-are-only-offering-downloadable-products-6917)
|
||||||
- [Redirect users to WooCommerce Home after setting up a payment method #6891]()
|
- [Redirect users to WooCommerce Home after setting up a payment method #6891](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#redirect-users-to-woocommerce-home-after-setting-up-a-payment-method-6891)
|
||||||
- [Disable the continue btn when plugins are being installed/activated #6838]()
|
- [Disable the continue btn when plugins are being installed/activated #6838](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#disable-the-continue-btn-when-plugins-are-being-installedactivated-6838)
|
||||||
- [Business features uncheck creative mail by default #7139]()
|
- [Business features uncheck creative mail by default #7139](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#business-features-uncheck-creative-mail-by-default-7139)
|
||||||
- [Fix an issue with OBW when wc-pay and Jetpack are both being installed. #6957]()
|
- [Fix an issue with OBW when wc-pay and Jetpack are both being installed. #6957](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#fix-an-issue-with-obw-when-wc-pay-and-jetpack-are-both-being-installed-6957)
|
||||||
* [WooCommerce Blocks Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-blocks-updates)
|
* [WooCommerce Blocks Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-blocks-updates)
|
||||||
- []()
|
- []()
|
||||||
* [WooCommerce Core Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-core-updates)
|
* [WooCommerce Core Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-core-updates)
|
||||||
- []()
|
- [Add cancelled status for bulk actions closes #29928](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#add-cancelled-status-for-bulk-actions-closes-29928)
|
||||||
* [WooCommerce REST API Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-rest-api-updates)
|
- [Hide PayPal Standard on new installs](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#hide-paypal-standard-on-new-installs)
|
||||||
- []()
|
- [Set header cache-control for cart/checkout pages closes #29484](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#set-header-cache-control-for-cartcheckout-pages-closes-29484)
|
||||||
|
- [Remove Curaçao postcode](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#remove-cura%C3%A7ao-postcode)
|
||||||
|
- [ Update restock logic during refunds closes #29502](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#update-restock-logic-during-refunds-closes-29502)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -135,6 +137,43 @@
|
||||||
|
|
||||||
## WooCommerce Core Updates
|
## WooCommerce Core Updates
|
||||||
|
|
||||||
***
|
### Add cancelled status for bulk actions closes #29928
|
||||||
|
|
||||||
## WooCommerce REST API Updates
|
1. Go to your list of orders page `/wp-admin/edit.php?post_type=shop_order`.
|
||||||
|
2. Select a few orders by checking the bulk action checkbox on each one.
|
||||||
|
3. Click on the `Bulk actions` dropdown. Select `Change status to cancelled`.
|
||||||
|
4. Click on `Apply`.
|
||||||
|
5. Ensure all the selected orders now have a status of `Cancelled`.
|
||||||
|
|
||||||
|
### Hide PayPal Standard on new installs
|
||||||
|
|
||||||
|
1. On a fresh WP site, install WC 5.5
|
||||||
|
2. Either complete the set-up wizard or skip it.
|
||||||
|
3. Go to `WooCommerce > Settings > Payments`.
|
||||||
|
4. PayPal Standard won't appear as an option.
|
||||||
|
5. On an existing store, upgrade to 5.5
|
||||||
|
3. Go to WooCommerce > Settings > Payments.
|
||||||
|
4. PayPal Standard will be listed.
|
||||||
|
|
||||||
|
### Set header cache-control for cart/checkout pages closes #29484
|
||||||
|
|
||||||
|
1. Using Chrome, add several items to the cart.
|
||||||
|
2. Go to the cart page and remove/delete one of the items and go to checkout page.
|
||||||
|
3. Click the back button on your Chrome browser.
|
||||||
|
4. Ensure the item you removed/deleted is still gone.
|
||||||
|
|
||||||
|
### Remove Curaçao postcode
|
||||||
|
|
||||||
|
1. Change your country to Curaçao
|
||||||
|
2. Postcode and state are not required on the checkout form
|
||||||
|
|
||||||
|
### Update restock logic during refunds closes #29502
|
||||||
|
|
||||||
|
1. Create an order with an item that keeps stocks.
|
||||||
|
2. Go to the order and do a refund on the line item reducing the stock by 1. Ensure to uncheck the box that says `Restock refunded items`. Click the `Refund manually` button.
|
||||||
|
3. Note stock count for the product stays the same and not restocked.
|
||||||
|
4. On the same order click the `Update` button. Ensure stock count remains the same for the product and not restocked.
|
||||||
|
5. Manually edit the quantity of the product line item. Reduce it by 1. Click on `Save` button on the bottom. Ensure stock is increased for the product.
|
||||||
|
6. Click on `Update` button. Ensure stock count remains the same for the product and not restocked.
|
||||||
|
7. Manually edit the quantity of the product line item again and this time increase it by 1. Click on `Save` button on the bottom. Ensure stock is decreased for the product.
|
||||||
|
8. Click on `Update` button. Ensure stock count remains the same for the product and not restocked.
|
Loading…
Reference in New Issue