From da1d6b5b65afd4c5151bdf5692b87faf9a19a235 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Tue, 27 Jul 2021 22:04:12 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 5.6 (markdown) --- Release-Testing-Instructions-WooCommerce-5.6.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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