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.
@@ -55,14 +57,9 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
55
57
### Add to Cart Button > Update block registration to rely on metadata and enable usage for the Single Product Block [#9404](https://github.com/woocommerce/woocommerce-blocks/pull/9404)
56
58
57
59
1. Create a new Post
58
-
2. Add the Single Product Block
59
-
3. Within the Single Product Block, make sure the "Add to Cart button" block is listed in the inserter and add it.
60
+
2. Add the Products (Beta) Block
61
+
3. Within the Products (Beta) Block, make sure the "Add to Cart button" block is listed in the inserter and add it.
60
62
4. Save the post and head over to the frontend: make sure the button is correctly displayed and when you click on it, the correct product is added to cart.
61
-
5. Now repeat the previous steps with the Products (Beta) block instead: make sure everything works as expected.
62
-
6. Make sure you can still edit all button styles normally (no changes should be visible).
63
-
7. Make sure the block is not on the inserter/available for usage outside of the context of the Single Product Block or the main Products loop (the Products (Beta) block).
64
-
8. Make sure there are no errors in the console.
65
-
9. Add both the Single Product Block (with the Add to Cart button added as an inner block) alongside the Products (Beta) block: make sure everything still works as expected and you can add products to cart normally.
66
63
67
64
### Fix alignment issue with 'Add Coupon Code' button in WooCommerce Blocks (#9391) [#9392](https://github.com/woocommerce/woocommerce-blocks/pull/9392)
Copy file name to clipboardExpand all lines: readme.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
108
108
- Product Search Results Template: Fix compatibility layer when the Product Catalog isn't blockified. ([9492](https://github.com/woocommerce/woocommerce-blocks/pull/9492))
109
109
- Product Details block: Show the block when used along the Post Content block. ([9479](https://github.com/woocommerce/woocommerce-blocks/pull/9479))
110
110
- Fix: Remove the global variable overwrite for the Product Gallery block while still keeping support for the Single Product block. ([9475](https://github.com/woocommerce/woocommerce-blocks/pull/9475))
111
-
- Add to Cart with Options: Fix styles that are not being applied correctly. ([9472](https://github.com/woocommerce/woocommerce-blocks/pull/9472))
112
111
- Archive Templates - Compatibility Layer: Avoid woocommerce_before_shop_loop` and `woocommerce_after_shop_loop are injected when any products is rendered. ([9464](https://github.com/woocommerce/woocommerce-blocks/pull/9464))
113
112
- Fix: Remove the global variable overwrite for the Add to Cart with Options block. ([9457](https://github.com/woocommerce/woocommerce-blocks/pull/9457))
114
113
- Allow Shipping method prices to inherit global styles text color. ([9456](https://github.com/woocommerce/woocommerce-blocks/pull/9456))
0 commit comments