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

Latest commit

 

History

History
75 lines (56 loc) · 4.76 KB

File metadata and controls

75 lines (56 loc) · 4.76 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 9.8.2

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

WooCommerce Core

Fix issue that prevented spaces being added to Mini Cart, Cart and Checkout buttons #8777

  1. With Firefox, add the Cart block to a post or page.
  2. In the editor, press the Proceed to Checkout button to edit the text to something like: Go to payment (or any string containing spaces).
  3. Verify the text is updated correctly and spaces are added as expected.
  4. Preview the page in the frontend and verify the button text is correct as well.
  5. Repeat steps 1-4 with the Checkout and Mini Cart blocks. (For the Mini Cart, you will need to edit its template part)

Fix Customer Account block doing a 404 request in the frontend #8798

  1. With a block theme like TT3, add the Customer Account block to the header of your site.
  2. Go to the frontend and open the Network tab in the browser devtools (F12).
  3. Verify there is no request to build/customer-account-frontend.js which returns 404.

Display the link to add the shipping address when shipping address is not available #8141

Case 1 (with no default shipping rates)

image

  1. Go to the WooCommerce settings page: wp-admin/admin.php?page=wc-settings.
  2. Change 'Default customer location' to No location by default.
  3. Make sure you have at least one shipping zone with a shipping method available.
  4. Remove any default (fallback) shipping rates.
  5. Open your site in a private session (incognito mode).
  6. Add some products to the cart.
  7. Go to the cart page, and confirm the "Add an address for shipping rates" link is present in the shipping calculator.
  8. Click on the link, and confirm it is working as expected.
  9. Open your site in a regular session where you're already logged in and have placed an order before.
  10. Add some products to the cart.
  11. Go to the cart page, confirm the shipping address, and "change address" link present in the shipping calculator.
  12. Click on the link, and confirm it is working as expected.

Case 2 (with default shipping rates)

image

  1. Go to the WooCommerce settings page: wp-admin/admin.php?page=wc-settings.
  2. Change 'Default customer location' to No location by default.
  3. Make sure you have at least one shipping zone with a shipping method available.
  4. Add a default (fallback) shipping rate (don't select any Zone region when creating it).
  5. Open your site in a private session (incognito mode).
  6. Add some products to the cart.
  7. Go to the cart page, and confirm the shipping calculator is hidden and default shipping rates are visible
  8. Open your site in a regular session where you're already logged in and have placed an order before.
  9. Add some products to the cart.
  10. Go to the cart page, confirm the shipping address, and "change address" link present in the shipping calculator.
  11. Click on the link, and confirm it is working as expected.

Case 3 (Error Notice)

  1. Go to the WooCommerce settings page: wp-admin/admin.php?page=wc-settings.
  2. Change 'Default customer location' to No location by default.
  3. Make sure you have at least one shipping zone with a shipping method available.
  4. Remove any default (fallback) shipping rates.
  5. Open your site in a private session (incognito mode).
  6. Add some products to the cart.
  7. Go to the cart page, and confirm the "Add an address for shipping rates" link is present in the shipping calculator.
  8. Click on the link, and change the address to a location where shipping rates are unavailable.
  9. Confirm that There are no shipping options available. Please check your shipping address. error is visible in the text form.
  10. Proceed to the Checkout block page, and confirm the There are no shipping options available. Please check your shipping address error is visible in the text form under Shipping options.