woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/981.md

2.2 KiB

Testing notes and ZIP for release 9.8.1

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

WooCommerce Core

fix: disable compatibility layer for block themes that have a default block template #8758

  1. Active TT3.
  2. Be sure that the Single Product Template has no custom change.
  3. Go on a product and ensure the Single Product Template is loaded.
  4. Active Tsubaki theme (or a theme that has the Single Product Template defined)
  5. Be sure that the Single Product Template has no custom change.
  6. Go on a product and ensure the Single Product Template is loaded.

Change the property name of the attribute slug in Products By Attribute #8759

  1. Add new Post
  2. Add Products by Attribute block
  3. Choose some attributes
  4. Click Done
  5. Expected: Block renders correctly and preview the products
  6. Publish post and confirm it looks the same in the frontend

Fix the local pickup price in the shipping type selector and pickup options #8623

  1. Make sure your store Checkout page is using the Checkout block.
  2. Go to WooCommerce -> Settings -> Tax (you might need to check Enable tax rates and calculations before).
  3. Under Prices entered with tax, select Yes, I will enter prices inclusive of tax
  4. Under Display prices in the shop and Price display suffix, select Including tax
  5. Save changes
  6. Go to WooCommerce -> Shipping -> Local pickup
  7. Add price for local pickup. You may keep it not taxable.
  8. Add some regular shipping methods, but NOT a free one, assign costs to them.
  9. Add an item to your cart and go to the Checkout block.
  10. Confirm shipping and local pickup price is correct.
  11. Confirm correct price is getting displayed in the pickup options.
Before After
image image