woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/981.md

42 lines
2.2 KiB
Markdown
Raw Normal View History

# Testing notes and ZIP for release 9.8.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10979797/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### fix: disable compatibility layer for block themes that have a default block template [#8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758)
1. Active TT3.
2. Be sure that the Single Product Template has no custom change.
3. Go on a product and ensure the Single Product Template is loaded.
4. Active Tsubaki theme (or a theme that has the Single Product Template defined)
5. Be sure that the Single Product Template has no custom change.
6. Go on a product and ensure the Single Product Template is loaded.
### Change the property name of the attribute slug in Products By Attribute [#8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759)
1. Add new Post
2. Add Products by Attribute block
3. Choose some attributes
4. Click Done
5. **Expected:** Block renders correctly and preview the products
6. Publish post and confirm it looks the same in the frontend
### Fix the local pickup price in the shipping type selector and pickup options [#8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623)
0. Make sure your store Checkout page is using the Checkout block.
1. Go to WooCommerce -> Settings -> Tax (you might need to check _Enable tax rates and calculations_ before).
2. Under Prices entered with tax, select Yes, I will enter prices inclusive of tax
3. Under Display prices in the shop and Price display suffix, select Including tax
4. Save changes
5. Go to WooCommerce -> Shipping -> Local pickup
6. Add price for local pickup. You may keep it not taxable.
7. Add some regular shipping methods, but NOT a free one, assign costs to them.
8. Add an item to your cart and go to the Checkout block.
9. Confirm shipping and local pickup price is correct.
10. Confirm correct price is getting displayed in the pickup options.
| Before | After |
| ------ | ----- |
|![image](https://user-images.githubusercontent.com/11503784/225302674-306bee3d-3572-4ca2-9876-2767a2f74e58.png)|![image](https://user-images.githubusercontent.com/11503784/225302726-6327620f-4823-4580-b14e-f1b517c7aed9.png)|