Add 4.5.2 testing notes
This commit is contained in:
parent
c7c8fbe4bf
commit
366e0a1875
|
@ -0,0 +1,17 @@
|
|||
## Testing notes and ZIP for release 4.5.2
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/6022323/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## Feature plugin and package inclusion in WooCommerce core
|
||||
|
||||
No changes.
|
||||
|
||||
## Feature plugin only
|
||||
|
||||
### Fix cart line subtotal display when currency has 0 decimals [(3876)](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3876)
|
||||
|
||||
1. Go to WooCommerce > Settings and change the currency format so it has 0 decimals, ie:
|
||||
![imatge](https://user-images.githubusercontent.com/3616980/108694932-fae92d00-74ff-11eb-8ab5-d2038527ea98.png)
|
||||
2. Add any product to your cart and go to the Cart and Checkout blocks.
|
||||
3. Verify cart line prices are displayed correctly, instead of being `0`.
|
||||
|
|
@ -23,3 +23,4 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [4.3.0](./430.md)
|
||||
- [4.4.0](./440.md)
|
||||
- [4.5.0](./450.md)
|
||||
- [4.5.2](./452.md)
|
||||
|
|
Loading…
Reference in New Issue