|
| 1 | +# Testing notes and ZIP for release 10.0.1 |
| 2 | + |
| 3 | +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11190253/woocommerce-gutenberg-products-block.zip) |
| 4 | + |
| 5 | +## WooCommerce Core |
| 6 | + |
| 7 | +### Single Product Compatibility Layer: add support for custom HTML Blocks. [(9075)](https://github.com/woocommerce/woocommerce-blocks/pull/9075) |
| 8 | + |
| 9 | +1. Go to Appearance > Editor and in the Single Product template before upgrading to the blockified version, add a HTML Block _outside_ of the Group block as shown in the screenshot below with the contents `<h2>HTML Block here</h2>` (or similar) |
| 10 | +2. Save and view this block on the frontend. |
| 11 | +3. Return to the template, upgrade it to the blockified version |
| 12 | +4. Save and view on the frontend. Be sure that the HTML is visible on the page. |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +### Blockfied Single Product Template: Add support for template for specific product. [(9069)](https://github.com/woocommerce/woocommerce-blocks/pull/9069) |
| 17 | + |
| 18 | +1. Go to Editor > Manage Templates > Add new > Single Post: Product > Select a product with multiples images |
| 19 | +2. Go into your newly created template, and upgrade Classic template placeholder to the Blockified version of the template. |
| 20 | +3. Save the template and visit the product on the frontend. |
| 21 | +4. Check that gallery thumbnails work. |
| 22 | + |
| 23 | +* [ ] Do not include in the Testing Notes <!-- Check this box if this PR can't be tested by users (ie: it doesn't include user-facing changes or it can't be tested without manually modifying the code). --> |
| 24 | + |
| 25 | +| Before | After | |
| 26 | +|--------|--------| |
| 27 | +||<img width="1194" alt="image" src="https://user-images.githubusercontent.com/4463174/232467549-35a54ad7-e90a-4263-aa5d-afff83838407.png">| |
| 28 | + |
| 29 | +### Product Price Block: remove ProductSelector support. [(8980)](https://github.com/woocommerce/woocommerce-blocks/pull/8980) |
| 30 | + |
| 31 | +1. Create a post or page. |
| 32 | +2. Insert the All Products block. |
| 33 | +3. Edit the layout of the All Products block. |
| 34 | +4. Check the Product Price inner block doesn't show the product selector. |
| 35 | + |
0 commit comments