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

Latest commit

 

History

History
32 lines (21 loc) · 1.65 KB

File metadata and controls

32 lines (21 loc) · 1.65 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 11.4.7

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

WooCommerce Core

Bug Fixes

Fixed address components in Firefox, and editing of address form in the editor (#11714)

  1. Edit the checkout page
  2. Address form should not be condensed
  3. Toggle company/phone. Leave phone on. There should be no block errors.
  4. Save changes and visit the checkout on the frontend (add something to cart if needed)
  5. As a logged in user the address form should be condensed and phone should be visible. If no, fill out the form and place an order.
  6. After placing the order go back to checkout and repeat the previous step. Phone should be visible in the condensed address component.
  7. Go back to the editor and turn off the phone field. Save and go back to the frontend checkout. Ensure phone is hidden from the condensed address component.
Firefox testing
  1. Add an item to the cart and go to checkout using Firefox
  2. Fill out the form, then refresh the page.
  3. The condensed address component is shown.
  4. Edit the address. Ensure fields are populated with correct values.