Updated Release Testing Instructions WooCommerce 5.4 (markdown)
parent
c9fee9b04f
commit
28a0da04af
|
@ -63,13 +63,13 @@ To test:
|
||||||
1. Set the rounding to subtotal level, and price entered inclusive taxes from WooCommerce > Settings > Tax.
|
1. Set the rounding to subtotal level, and price entered inclusive taxes from WooCommerce > Settings > Tax.
|
||||||
2. Add a tax rate of 20%.
|
2. Add a tax rate of 20%.
|
||||||
3. Add a product for price 30.825. Add it to cart.
|
3. Add a product for price 30.825. Add it to cart.
|
||||||
4. Checkout the cart and check that prices are 36.99 with this patch. Without this patch they would be 37.
|
4. Checkout the cart and confirm that prices are 36.99. Without this fix, they would be 37.
|
||||||
|
|
||||||
#### Case 2: From [#28292](https://github.com/woocommerce/woocommerce/issues/28292)
|
#### Case 2: From [#28292](https://github.com/woocommerce/woocommerce/issues/28292)
|
||||||
1. Set the rounding to subtotal level, and price entered exclusive taxes from WooCommerce > Settings > Tax.
|
1. Set the rounding to subtotal level, and price entered exclusive taxes from WooCommerce > Settings > Tax.
|
||||||
2. Add a tax rate of 23%.
|
2. Add a tax rate of 23%.
|
||||||
3. Set the decimals displayed to `0` from WooCommerce > Settings > General
|
3. Set the decimals displayed to `0` from WooCommerce > Settings > General
|
||||||
4. Add a product for 301.90909. Add it to cart.
|
4. Add a product for 301.90909. Add it to cart.
|
||||||
5. Checkout the cart and check that prices everywhere is 302. Without this patch they would be 301.
|
5. Checkout the cart and confirm that prices everywhere is 302. Without this fix they would be 301.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue