diff --git a/Release-Testing-Instructions-WooCommerce-6.2.md b/Release-Testing-Instructions-WooCommerce-6.2.md index c3b673a..4f4c509 100644 --- a/Release-Testing-Instructions-WooCommerce-6.2.md +++ b/Release-Testing-Instructions-WooCommerce-6.2.md @@ -176,6 +176,29 @@ On a new site, with English language settings: Before → left aligned, title is serif, color is black (not obviously a link). before +### Fix styling of "pay for order" form [#31682](https://github.com/woocommerce/woocommerce/pull/31682) +1. Create a WooCommerce test site with WP 5.9 and Twenty Twenty-Two theme. +2. Login to the Admin Dashboard and create an order that has "Pending payment" status. +3. In the Order Details page, click on the "Customer payment page" link. It will take you to the "Pay for Order" page. +4. Notice how the order details table looks like. + +| **Before** | **After** | +|------|-----| +| ![Screen Shot 2022-01-18 at 4 51 39 PM](https://user-images.githubusercontent.com/63922/150037615-689f75d6-f058-4d60-823e-69d8f23755c3.png) | ![Screen Shot 2022-01-18 at 4 39 15 PM](https://user-images.githubusercontent.com/63922/150037639-e696469f-19ac-4bd1-8ae9-ee42f1148fc6.png) | +| ![Screen Shot 2022-01-18 at 4 51 19 PM](https://user-images.githubusercontent.com/63922/150037690-6b3c7d69-8996-4a1e-b6c0-09f20d2f9502.png) | ![Screen Shot 2022-01-18 at 4 49 34 PM](https://user-images.githubusercontent.com/63922/150037711-72b3cf4e-83e4-4208-8795-90fad6e7e6dd.png) | + +### 2022 Theme: Fix Search Blocks [#31687] https://github.com/woocommerce/woocommerce/pull/31687) + +1. Set up a WooCommerce test site using WP 5.9 and the Twenty Twenty-Two theme. +2. Navigate to the Shop page. +3. Verify how the Search box looks like. + +| **Before** | **After** | +|-----|-----| +| ![Screen Shot 2022-01-19 at 12 05 04 PM](https://user-images.githubusercontent.com/63922/150197618-744dea87-60af-44da-b65e-137ccfc67ec1.png) | ![Screen Shot 2022-01-19 at 12 03 44 PM](https://user-images.githubusercontent.com/63922/150197662-5c747bd0-7889-4813-b473-2149ac08af68.png) | +| ![Screen Shot 2022-01-19 at 12 04 45 PM](https://user-images.githubusercontent.com/63922/150197793-abf73a55-8416-4845-abb0-10d4d8322745.png) | ![Screen Shot 2022-01-19 at 12 12 09 PM](https://user-images.githubusercontent.com/63922/150198518-2998bb50-1dfe-4b99-a4a2-cdf6f808742b.png) | +| ![Screen Shot 2022-01-19 at 12 04 55 PM](https://user-images.githubusercontent.com/63922/150198067-713b08fa-b22e-41a2-867b-ef53817fe8a5.png) | ![Screen Shot 2022-01-19 at 12 03 29 PM](https://user-images.githubusercontent.com/63922/150198088-4eea964e-3a4c-4acb-89d6-af5abf16a293.png) | + ## WooCommerce API Updates: ### Add status field in the Coupons API