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

2.3 KiB

Testing notes and ZIP for release 10.0.1

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

WooCommerce Core

Single Product Compatibility Layer: add support for custom HTML Blocks. (9075)

  1. Go to Appearance > Editor and in the Single Product template before upgrading to the blockified version, add a HTML Block outside of the Group block as shown in the screenshot below with the contents <h2>HTML Block here</h2> (or similar)
  2. Save and view this block on the frontend.
  3. Return to the template, upgrade it to the blockified version
  4. Save and view on the frontend. Be sure that the HTML is visible on the page.

Screenshot 2023-04-17 at 14 34 13

Blockfied Single Product Template: Add support for template for specific product. (9069)

  1. Go to Appearance > Editor > Templates > Add new (plus icon) > Single Item: Product > Select a product with multiples images
  2. Go into your newly created template, and upgrade Classic template placeholder to the Blockified version of the template.
  3. Save the template and visit the product on the frontend.
  4. Check that gallery thumbnails work.
  • Do not include in the Testing Notes
Before After
Screenshot 2023-04-17 at 10 23 19 image

Product Price Block: remove ProductSelector support. (8980)

  1. Create a post or page.
  2. Insert the All Products block.
  3. Edit the layout of the All Products block.
  4. Check the Product Price inner block doesn't show the product selector.