4.4 KiB
4.4 KiB
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
- With Firefox, add the Cart block to a post or page.
- In the editor, press the Proceed to Checkout button to edit the text to something like: Go to payment (or any string containing spaces).
- Verify the text is updated correctly and spaces are added as expected.
- Preview the page in the frontend and verify the button text is correct as well.
- 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
- With a block theme like TT3, add the Customer Account block to the header of your site.
- Go to the frontend and open the Network tab in the browser devtools (F12).
- 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)
- Go to the WooCommerce settings page:
wp-admin/admin.php?page=wc-settings
. - Change 'Default customer location' to
No location by default
. - Make sure you have at least one shipping zone with a shipping method available.
- Remove any default (fallback) shipping rates.
- Open your site in a private session (incognito mode).
- Add some products to the cart.
- Go to the cart page, and confirm the "Add an address for shipping rates" link is present in the shipping calculator.
- Click on the link, and confirm it is working as expected.
- Open your site in a regular session where you're already logged in and have placed an order before.
- Add some products to the cart.
- Go to the cart page, confirm the shipping address, and "change address" link present in the shipping calculator.
- Click on the link, and confirm it is working as expected.
Case 2 (with default shipping rates)
- Go to the WooCommerce settings page:
wp-admin/admin.php?page=wc-settings
. - Change 'Default customer location' to
No location by default
. - Make sure you have at least one shipping zone with a shipping method available.
- Add a default (fallback) shipping rate (don't select any Zone region when creating it).
- Open your site in a private session (incognito mode).
- Add some products to the cart.
- Go to the cart page, and confirm the shipping calculator is hidden and default shipping rates are visible
- Open your site in a regular session where you're already logged in and have placed an order before.
- Add some products to the cart.
- Go to the cart page, confirm the shipping address, and "change address" link present in the shipping calculator.
- Click on the link, and confirm it is working as expected.
Case 3 (Error Notice)
- Go to the WooCommerce settings page:
wp-admin/admin.php?page=wc-settings
. - Change 'Default customer location' to
No location by default
. - Make sure you have at least one shipping zone with a shipping method available.
- Remove any default (fallback) shipping rates.
- Open your site in a private session (incognito mode).
- Add some products to the cart.
- Go to the cart page, and confirm the "Add an address for shipping rates" link is present in the shipping calculator.
- Click on the link, and change the address to a location where shipping rates are unavailable.
- Confirm that
There are no shipping options available. Please check your shipping address.
error is visible in the text form. - 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.