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.
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10567326/woocommerce-gutenberg-products-block.zip)
4
+
5
+
## Feature plugin and package inclusion in WooCommerce
6
+
7
+
### Mini Cart block - Fix the drawer content height to allow checkout button to show. ([8351](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
8
+
9
+
1. Set up the Mini Cart in your global navigation, if you don't have it already.
10
+
2. View the front end of your site from a mobile device (or Xcode Simulator).
11
+
3. Add a product to your cart.
12
+
4. Open the Mini Cart drawer.
13
+
5. Confirm the checkout button is fully visible (see after screenshots above).
14
+
15
+
### Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8356](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10841444/woocommerce-gutenberg-products-block.zip)
4
+
5
+
## Feature plugin and package inclusion in WooCommerce
6
+
7
+
### Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
8
+
9
+
1. Install [AvaTax](https://woocommerce.com/products/woocommerce-avatax/) (credentials in secret 7715) and set it up so taxes are applied to your orders. I used a store in the USA and used USA addresses.
10
+
2. Install WooCommerce Subscriptions
11
+
3. Create a Subscription product and add it to your cart. Then check out.
12
+
4. Open the **subscription** in the WP dashboard and from the subscription actions box choose "Process renewal"
Copy file name to clipboardExpand all lines: readme.txt
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,19 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
149
149
- Fix: Resolve a bug that would display Billing Address for Shipping Address on checkout rest endpoint. ([8291](https://github.com/woocommerce/woocommerce-blocks/pull/8291))
150
150
- Fix: Resolve an issue where the WooCommerce tab of the style book would crash and certain blocks would not load correctly. ([8243](https://github.com/woocommerce/woocommerce-blocks/pull/8243))
151
151
152
+
= 9.4.4 - 2023-02-27 =
153
+
154
+
#### Bug Fixes
155
+
156
+
- Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
157
+
158
+
= 9.4.3 - 2023-02-01 =
159
+
160
+
#### Bug Fixes
161
+
162
+
- Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
163
+
- Mini Cart block: Fix the drawer content height to allow the checkout button to be visible. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
0 commit comments