Updated Release Testing Instructions WooCommerce 5.6 (markdown)

Tam Mullen 2021-07-27 22:04:12 +01:00
parent bb8bdc467b
commit da1d6b5b65
1 changed files with 13 additions and 0 deletions

@ -281,6 +281,19 @@ add_action('woocommerce_init', function() {
* The attributes for a variation change
4. Delete the lookup table (from the WooCommerce > Status > Tools page)
### Add support for Shipping Phone Number in Order and Customer classes #30097
1. Edit or add an order in wp admin WooCommerce > Orders
1. Click edit besides the shipping address
1. Add phone number and save
1. View phone number. It will be clickable to match billing phone.r
1. In the order actions metabox, send the invoice
1. Check the invoice email. Shipping phone will be displayed alongside the shipping address.
1. Go to Admin > Users > Profile
1. Confirm the "phone" field exists under the shipping section
1. Confirm the value can be edited/saved
### Fixing batch export limitations #29749
#### Check fix