34 lines
998 B
Markdown
34 lines
998 B
Markdown
# Testing notes and ZIP for release 10.9.3
|
|
|
|
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12432284/woocommerce-gutenberg-products-block.zip)
|
|
|
|
## WooCommerce Core
|
|
|
|
### Bug Fixes
|
|
|
|
#### Add to Cart: fix the problem that variable products couldn't be added to cart [#10657](https://github.com/woocommerce/woocommerce-blocks/pull/10657)
|
|
|
|
1. Make sure you're using blockified Single Product template
|
|
2. Go to frontend
|
|
3. Go to product page for variable product (e.g. Hoodie when using sample products)
|
|
4. Choose Color and With Logo
|
|
5. Make sure Price appears when you chose the options
|
|
6. Add the product to Cart
|
|
7. Make sure product is added to cart correctly and there's no error
|
|
|
|
##### Before
|
|
|
|
<https://github.com/woocommerce/woocommerce-blocks/assets/20469356/7b90f169-263c-4c26-8ee9-70004756d128>
|
|
|
|
##### After
|
|
|
|
<https://github.com/woocommerce/woocommerce-blocks/assets/20469356/51ba5589-83cd-4cd1-8956-b8c59f44ce5b>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|