woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/452.md

23 lines
1.4 KiB
Markdown
Raw Normal View History

# Testing notes and ZIP for release 4.5.2
2021-02-22 13:46:57 +00:00
2021-02-23 10:18:57 +00:00
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/6028194/woocommerce-gutenberg-products-block.zip)
2021-02-22 13:46:57 +00:00
## 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:
2021-02-23 10:18:57 +00:00
![image](https://user-images.githubusercontent.com/3616980/108694932-fae92d00-74ff-11eb-8ab5-d2038527ea98.png)
2021-02-22 13:46:57 +00:00
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`.
2021-02-23 10:18:57 +00:00
### Show total sale badge in medium carts & make it display below price [(3879)](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3879)
1. Set your currency settings to display without a decimal place, like this: ![image](https://user-images.githubusercontent.com/3616980/108694932-fae92d00-74ff-11eb-8ab5-d2038527ea98.png)
1. Add a product that is on sale to your cart, if you've got an up to date WooCommerce Subscriptions repo (on branch: `feature/checkout-block-simple-multiple-subscriptions`) then add a subscription product that's on sale, too.
1. View the Cart block and ensure the price and sale badge display well.