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/990.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
40
40
1. Add the `Mini cart` block to the header template of your site.
41
41
2. Go to the `Site Editor` and edit the `Mini cart` template part.
42
42
3. Open the `List view` and select the `Empty Mini Cart view`.
43
-
4. Click on the `Start shopping` button, check that you can change the button style between `Fill` and `Outline` in the sidebar settings and change it from the default and save.
43
+
4. Click on the `Start shopping` button, check that you can change the button style between `Default` and `Outline` in the sidebar settings and change it from the default and save.
44
44
6. Go to the frontend and check the button has the style you just picked on the Site editor.
45
45
7. Repeat the same steps for the `Filled Mini Cart view` and the `View my cart` and the `Go to checkout` buttons.
46
46
@@ -63,7 +63,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
63
63
- Add `Products block` to a page/post.
64
64
- Select `Add to cart` inner block.
65
65
- In the sidebar, confirm newly added controls work as expected:
- Confirm `Add to cart` works for cross-sells as well.
@@ -183,22 +183,6 @@ Before | After | After (with custom background color)
183
183
2. Add an item to your cart and go to the Checkout block.
184
184
3. Select Local Pickup and ensure the options you set up in step 1 are visible.
185
185
186
-
### Add default Single Product HTML template. ([8515](https://github.com/woocommerce/woocommerce-blocks/pull/8515))
187
-
188
-
1. Go to Appearance > Themes and activate a Blockfied theme, such as: Twenty-twenty Three;
189
-
2. After the theme is activated, go to Appearance > Editor (Beta);
190
-
3. Inside the Design section, click on Templates;
191
-
4. Select the Single Product template;
192
-
5. On the top left of the page, click on the Edit button;
193
-
6. On the top right of the page, click on the three dots icon and open the Code Editor (or just hit Shift + Option + Command + M on the Mac);
194
-
7. Replace the default `wp-group` section with the `wp-group` section inside the [templates/templates/blockified/single-product.html file of this PR](https://github.com/woocommerce/woocommerce-blocks/blob/ae3d39f15a62fa2d9fe559bffd245fbbaf601881/templates/templates/blockified/single-product.html).
195
-
8. Click on the Save button;
196
-
9. Check if the information is correctly being displayed and well positioned on the page.
Copy file name to clipboardExpand all lines: readme.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,9 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
141
141
- Fix Single Product page not visible in block themes that provided a custom template. ([8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758))
142
142
- Products by Attributes: Fix the block rendered empty in the Editor. ([8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759))
143
143
- Fix the local pickup price in the shipping type selector and pickup options. ([8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623))
144
+
- Enable users to migrate to the blockified Single Product template.([8902](https://github.com/woocommerce/woocommerce-blocks/pull/8902))
145
+
- Fixed an issue where extensions were unable to programatically set the shipping address during payment processing. ([8878](https://github.com/woocommerce/woocommerce-blocks/pull/8878))
146
+
- Fix unlinked border widths not being applied correctly in the frontend in WP 6.2 for some blocks. ([8893](https://github.com/woocommerce/woocommerce-blocks/pull/8893))
0 commit comments