You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/internal-developers/testing/releases/981.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Testing notes and ZIP for release 9.8.1
2
2
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)
4
4
5
5
## WooCommerce Core
6
6
@@ -21,3 +21,21 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
21
21
4. Click Done
22
22
5.**Expected:** Block renders correctly and preview the products
23
23
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.
Copy file name to clipboardExpand all lines: readme.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
86
86
87
87
- Fix Single Product page not visible in block themes that provided a custom template. ([8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758))
88
88
- 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))
0 commit comments