The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
Zip file for testing: woocommerce-gutenberg-products-block.zip
Fix ‘Country is required’ error on the Cart block when updating shipping address (5129)
- Add a product to the cart and go to the cart page.
- Provide a shipping address in the shipping calculator and click the
Update
button. - Provide a shipping address from a different country and click the
Update
button again. - Verify that the new shipping address is visible.
- Verify that the error
Country is required
is not visible. - Go to the checkout page and verify that the new shipping address is visible.
- Finalize the order and verify that the new shipping address is visible on the order details.