From 4f96673558f1be3beb81ce6527d700a4066bbdc7 Mon Sep 17 00:00:00 2001 From: Timmy Crawford Date: Mon, 21 Sep 2020 18:43:06 -0700 Subject: [PATCH] add instructions for shipping zone setup. --- ...ase-Testing-Instructions-WooCommerce-4.6.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Release-Testing-Instructions-WooCommerce-4.6.md b/Release-Testing-Instructions-WooCommerce-4.6.md index 96c12a0..a1a6ea9 100644 --- a/Release-Testing-Instructions-WooCommerce-4.6.md +++ b/Release-Testing-Instructions-WooCommerce-4.6.md @@ -9,6 +9,24 @@ WooCommerce 4.6 includes: Instructions to be added here +### Free Shipping Setup in Onboarding + +Some new logic has been added to the onboarding wizard to automatically setup a free shipping zones for sites that meet the following criteria: + +* "Physical" was selected as a product type +* No existing shipping zones (except for "Locations not covered by your other zones", which is a system shipping zone that can't be deleted) + +__To Test__ + +- Use a fresh install of WooCommerce, and proceed through the onboarding setup wizard to the third step _Product Types_ and be sure to select "Physical Products". +- After finishing the onboarding setup wizard, proceed to WooCommerce > Settings > Shipping and verify a free shipping zone has been auto-configured: + +![](https://cldup.com/M3_Zd8h_NB-3000x3000.png) + +- Next visit the WooCommerce homescreen and verify that you see the Shipping Setup task is marked as complete, and a note is in the inbox prompting you to verify shipping settings: + +![](https://cldup.com/2NaFkn11U2-3000x3000.png) + *** ## WooCommerce Core Bug Fixes