|
| 1 | +# Testing notes and ZIP for release 7.9.0 |
| 2 | + |
| 3 | +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8948421/woocommerce-gutenberg-products-block.zip) |
| 4 | + |
| 5 | +## Feature plugin and package inclusion in WooCommerce |
| 6 | + |
| 7 | +### Disable page scroll when Mini Cart drawer is open. ([6532](https://github.com/woocommerce/woocommerce-blocks/pull/6532)) |
| 8 | + |
| 9 | +1. Add the Mini Cart block to a post, page, or in the Site Editor. |
| 10 | +2. In the frontend, click on the Mini Cart button so the drawer opens. |
| 11 | +3. Try scrolling the page and verify you can't. |
| 12 | +4. Close the drawer and verify you can scroll again. |
| 13 | + |
| 14 | +### Register filter blocks using block metadata. ([6505](https://github.com/woocommerce/woocommerce-blocks/pull/6505)) |
| 15 | + |
| 16 | +1. Smoke test that filters blocks are being loaded in the editor. |
| 17 | +2. Smoke test those blocks in frontend. |
| 18 | + |
| 19 | +### Fix images hidden by default in Product grid blocks. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599)) |
| 20 | + |
| 21 | +| Before | After | |
| 22 | +| ------ | ----- | |
| 23 | +|  |  | |
| 24 | + |
| 25 | +1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page. |
| 26 | +2. Hide the Product price and Product rating using the sidebar toggles. |
| 27 | +3. Publish the post or page. |
| 28 | +4. Update to WC core to 6.6.0. |
| 29 | +5. Notice the images are no longer visible. |
| 30 | +6. Enable WC Blocks. |
| 31 | +7. Verify images are visible by default. |
| 32 | +8. Verify you can still toggle the images. |
| 33 | + |
| 34 | +### Fix: Scrolling issue of the Filled Mini Cart Contents block. ([6565](https://github.com/woocommerce/woocommerce-blocks/pull/6565)) |
| 35 | + |
| 36 | +| Before | After | |
| 37 | +| ------ | ----- | |
| 38 | +|  |  | |
| 39 | +| <img width="1571" alt="image" src="https://user-images.githubusercontent.com/5423135/173493990-c15572f2-fca1-4c9c-8909-178c108b83d1.png"> | <img width="1615" alt="image" src="https://user-images.githubusercontent.com/5423135/173535254-bd08ddae-6cc2-45d7-b727-43a24902610a.png"> | |
| 40 | + |
| 41 | + |
| 42 | +1. With a block theme like 2022. Edit the Mini Cart template part. |
| 43 | +2. Add some blocks to the Mini Cart Items section to make the content overflow. |
| 44 | +3. See the footer inside the viewport, and the Mini Cart Items block is now scrollable to view the underneath content. |
| 45 | +4. Save the template. |
| 46 | +5. On the front end, add a product to the cart then open the Mini Cart. |
| 47 | +6. See the Mini Cart Items section is scrollable, with the product table on top. |
| 48 | + |
| 49 | +### Added descriptions to the FSE WooCommerce Templates in the Editor UI. ([6345](https://github.com/woocommerce/woocommerce-blocks/pull/6345)) |
| 50 | + |
| 51 | + |
| 52 | +|Before|After| |
| 53 | +|-|-| |
| 54 | +||| |
| 55 | + |
| 56 | + |
| 57 | +**Testing template descriptions** |
| 58 | +1. Activate a **block** theme, like Twenty Twenty Two |
| 59 | +2. Open the **Appearance > Editor (Beta)** |
| 60 | +3. Using the dropdown arrow next to the Template name, select the **Browse all templates** button |
| 61 | +4. Confirm that all WooCommerce templates have descriptions |
| 62 | + |
| 63 | +**Testing the search template** |
| 64 | +1. Activate a **block** theme, like Twenty Twenty Two |
| 65 | +2. Make sure there's at least 1 product added |
| 66 | +3. Run a product search: `?s={keyword}&post_type=product` and make sure the products are being displayed correctly in a grid (using the search template, instead of the default one). |
| 67 | + |
| 68 | + |
| 69 | +## Feature plugin only |
| 70 | + |
| 71 | +### Prevent warnings appearing when using some plugins for managing shipping packages. ([6470](https://github.com/woocommerce/woocommerce-blocks/pull/6470)) |
| 72 | + |
| 73 | +1. Install this free plugin from the WP plugin repository: "Multiple Packages for WooCommerce" |
| 74 | +2. Navigate to WooCommerce -> Settings -> Multiple Packages |
| 75 | +3. Adjust the settings to work based on "Per Product". |
| 76 | +4. Add multiple items to your cart. |
| 77 | +5. Go to the Checkout/Cart Block. |
| 78 | +6. Ensure you see no errors. |
0 commit comments