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.
Copy file name to clipboardExpand all lines: docs/testing/releases/450.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,3 +109,22 @@ function add_fees( $cart ) {
109
109
```
110
110
2. Add a product to your cart and visit the Cart or Checkout pages.
111
111
3. Verify the dash is rendered correctly.
112
+
113
+
### Show cart item total price including taxes when DISPLAY_CART_PRICES_INCLUDING_TAX is true ([3851](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3851))
114
+
In wp-admin:
115
+
1. Go to WooCommerce > Settings and check the option `Enable tax rates and calculations `.
116
+
2. Go to WooCommerce > Settings > Tax and set `Prices entered with tax` to `No, I will enter prices exclusive of tax` and `Display prices during cart and checkout` to `Including tax`.
117
+
3. Go to WooCommerce > Settings > Tax > Standard Rates and create a tax rate for a specific country.
118
+
119
+
In the frontend:
120
+
1. Add a product to your cart and go to the Cart or Checkout blocks.
121
+
2. Verify the product unitary price and the cart line total show the price including taxes:
### Fix product price not displaying properly when product is on sale ([3853](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3853))
128
+
129
+
1. Set a product to be on sale and add it to the cart
130
+
2. Go to the cart and checkout blocks and make sure you can see the struckthrough regular price, and the sale price is displayed normally.
Copy file name to clipboardExpand all lines: readme.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
103
103
- Fix JS warning if two cart products share the same name. ([3814](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3814))
104
104
- Align place order button to the right of the block. ([3803](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3803))
105
105
- Ensure special characters are displayed properly in the Cart sidebar. ([3721](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3721))
106
+
- Fix a bug where the total price of items did not include tax in the cart and checkout blocks. ([3851](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3851))
0 commit comments