Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.3 KB

File metadata and controls

23 lines (15 loc) · 1.3 KB

📣 Announcement: New documentation location

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.


Testing notes and ZIP for release 6.3.1

Zip file for testing: woocommerce-gutenberg-products-block.zip

Feature Plugin

Fix ‘Country is required’ error on the Cart block when updating shipping address (5129)

  1. Add a product to the cart and go to the cart page.
  2. Provide a shipping address in the shipping calculator and click the Update button.
  3. Provide a shipping address from a different country and click the Update button again.
  4. Verify that the new shipping address is visible.
  5. Verify that the error Country is required is not visible.
  6. Go to the checkout page and verify that the new shipping address is visible.
  7. Finalize the order and verify that the new shipping address is visible on the order details.