Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 36acbf4

Browse files
committed
Update 9.8.1 changelog and testing steps
1 parent 0e9c4cd commit 36acbf4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/internal-developers/testing/releases/981.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testing notes and ZIP for release 9.8.1
22

3-
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10979149/woocommerce-gutenberg-products-block.zip)
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10979797/woocommerce-gutenberg-products-block.zip)
44

55
## WooCommerce Core
66

@@ -21,3 +21,21 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
2121
4. Click Done
2222
5. **Expected:** Block renders correctly and preview the products
2323
6. Publish post and confirm it looks the same in the frontend
24+
25+
### Fix the local pickup price in the shipping type selector and pickup options [#8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623)
26+
27+
0. Make sure your store Checkout page is using the Checkout block.
28+
1. Go to WooCommerce -> Settings -> Tax (you might need to check _Enable tax rates and calculations_ before).
29+
2. Under Prices entered with tax, select Yes, I will enter prices inclusive of tax
30+
3. Under Display prices in the shop and Price display suffix, select Including tax
31+
4. Save changes
32+
5. Go to WooCommerce -> Shipping -> Local pickup
33+
6. Add price for local pickup. You may keep it not taxable.
34+
7. Add some regular shipping methods, but NOT a free one, assign costs to them.
35+
8. Add an item to your cart and go to the Checkout block.
36+
9. Confirm shipping and local pickup price is correct.
37+
10. Confirm correct price is getting displayed in the pickup options.
38+
39+
| Before | After |
40+
| ------ | ----- |
41+
|![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)|

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8686

8787
- Fix Single Product page not visible in block themes that provided a custom template. ([8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758))
8888
- Products by Attributes: Fix the block rendered empty in the Editor. ([8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759))
89+
- Fix the local pickup price in the shipping type selector and pickup options. ([8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623))
8990

9091
= 9.8.0 - 2023-03-14 =
9192

0 commit comments

Comments
 (0)