diff --git a/Release-Testing-Instructions-WooCommerce-5.6.md b/Release-Testing-Instructions-WooCommerce-5.6.md index d9e4ed6..b321add 100644 --- a/Release-Testing-Instructions-WooCommerce-5.6.md +++ b/Release-Testing-Instructions-WooCommerce-5.6.md @@ -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