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

Latest commit

 

History

History
25 lines (17 loc) · 1.53 KB

File metadata and controls

25 lines (17 loc) · 1.53 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 8.3.1

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

Feature plugin and package inclusion in WooCommerce

Prevent unnecessarily showing the item names in a shipping package if it's the only package. (6899)

  1. Set up shipping zones so you have multiple methods for your country (flat rate and free is fine) and a single method for a different country.
  2. Install the "Multiple Packages for WooCommerce" plugin
  3. Navigate to WooCommerce -> Settings -> Multiple Packages
  4. Adjust the settings to work based on "Per Product"
  5. Add two items that require shipping to your cart.
  6. Go to the Cart block. Ensure you see the item name listed under each package.
  7. Remove one of the items, ensure the list of shipping options updates and does not include the item name.
  8. Change your address to one that only has a single shipping method. Repeat steps 5-7.
  9. Repeat 5-7 on the Checkout block too.