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/800.md
+25-27Lines changed: 25 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,9 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
4
4
5
5
## Feature plugin and package inclusion in WooCommerce
6
6
7
-
### Enhancement: Make form components require onChange and have a default value. ([6636](https://github.com/woocommerce/woocommerce-blocks/pull/6636))
8
-
9
-
1. Check out this branch.
10
-
2. Create a new page with All Products block, Filter Products By Price Block and Filter Products By Attribute Block.
11
-
3. Go to the All Products page, ensure you're able to sort products and filter products by price and attribute.
12
-
4. Add a product to the cart.
13
-
5. Go to the Checkout block page.
14
-
6. Ensure you're able to use radio controls.
15
-
16
7
### Enhancement: Footer Template Parts use now `<footer>` instead of `<div>` and Header uses `<header>` instead of `<div>`. ([6596](https://github.com/woocommerce/woocommerce-blocks/pull/6596))
17
8
18
-
1. Go to a Woo page and view the source.
9
+
1. Go to a WooCommerce page and view the source.
19
10
2. Check the header is wrapped in a `<header>` tag, not in a `<div>` tag.
20
11
3. Check the footer is wrapped in a `<footer>` tag, not in a `<div>` tag.
21
12
@@ -25,6 +16,23 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
25
16
2. Check that is rendered correctly in the editor.
26
17
3. Save the page and check that is rendered correctly in the frontend.
27
18
19
+
### Fix: Ensure WooCommerce templates show correct titles. ([6452](https://github.com/woocommerce/woocommerce-blocks/pull/6452))
20
+
21
+
1. Go to `Appearance → Editor → Browse all templates`.
22
+
2. Make sure you have `archive-product.html` in your theme's templates directory.
23
+
3. Notice the `archive-product.html` template shows the correct title and description.
24
+
25
+
## Feature plugin only
26
+
27
+
### Enhancement: Make form components require onChange and have a default value. ([6636](https://github.com/woocommerce/woocommerce-blocks/pull/6636))
28
+
29
+
1. Check out this branch.
30
+
2. Create a new page with `All Products` block, `Filter Products By Price` block and `Filter Products By Attribute` block.
31
+
3. Go to the `All Products` page, ensure you're able to sort products and filter products by price and attribute.
32
+
4. Add a product to the cart.
33
+
5. Go to the `Checkout` block page.
34
+
6. Ensure you're able to use radio controls.
35
+
28
36
### Fix: Correctly calculate taxes for local pickups. ([6631](https://github.com/woocommerce/woocommerce-blocks/pull/6631))
29
37
30
38
1. Set store address to `123 Test Street, 90210 Beverly Hills, CA, USA`.
@@ -34,27 +42,17 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
34
42
5. Add a payment option (e.g., `Cash on delivery`).
35
43
6. Add a physical product to the cart.
36
44
7. Use an outside state address on the front-end. (e.g., `60 29th Street #343, 35005 Birmingham, AL, USA`).
37
-
8. Go to the Cart block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
38
-
9. Go to the Checkout block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
45
+
8. Go to the `Cart` block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
46
+
9. Go to the `Checkout` block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
39
47
10. Place your order. Check on the `Order received` page that the displayed **tax is actually added to the total**.
40
48
11. Go to `Edit Order`. Check that **taxes were applied correctly there as well**.
41
-
12. On Checkout again, select `Flat rate`, using the same external address, and make sure **taxes are not applied**.
49
+
12. On the `Checkout` again, select `Flat rate`, using the same external address, and make sure **taxes are not applied**.
42
50
43
51
### Fix: Update billing address when shipping address gets change in Cart block. ([6591](https://github.com/woocommerce/woocommerce-blocks/pull/6591))
44
52
45
-
1. Add a product to cart and go to the Cart block.
46
-
2. Add a new address in the Shipping calculator, different from what you already used.
47
-
3. Wait for the update and click Proceed to checkout.
48
-
4. In the Checkout block, see the new address for shipping being added to the Shipping address.
53
+
1. Add a product to cart and go to the `Cart` block.
54
+
2. Add a new address in the shipping calculator, different from what you already used.
55
+
3. Wait for the update and click `Proceed to checkout`.
56
+
4. In the `Checkout` block, see the new address for shipping being added to the Shipping address.
49
57
5. Uncheck the checkbox for Use same address for billing.
50
58
6. Look at the Billing address form and confirm it has the same address which was selected in the shipping calculator.
51
-
52
-
### Fix: Ensure WooCommerce templates show correct titles. ([6452](https://github.com/woocommerce/woocommerce-blocks/pull/6452))
53
-
54
-
1. Go to `Appearance → Editor → Browse all templates`.
55
-
2. Make sure you have `archive-product.html` in your theme's templates directory.
56
-
3. Notice the `archive-product.html` template shows the correct title and description.
0 commit comments