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.
Zip file for testing: woocommerce-gutenberg-products-block.zip
The following are related to various changes impacting some existing flows so just need validated there's nothing broken:
- Test that adding products to the cart via the add to cart button in the All Products block works as expected (product is added to cart and button updated accordingly).
- Insert all products block in a page.
- View a product with a link (external product).
- Verify the text in the button for the link is white on blue background.
- Add All products block to a page.
- Mark one product as
Out of stock
, and one asOn back order
. - Select WC > Settings > Products > Inventory > Hide out of stock items from the catalog.
- Go to the frontend and view the page with the All products block on it. Verify that the
Out of stock
product is not showing, but theOn back order
product is visible.
- Go to a page with the Cart and/or Checkout block inserted and verify there are no visual regressions. Pay special attention to elements that use the Panel component (Coupon code, shipping selector, order summary, etc).
- Verify there is no regressions in the Stripe payment method card icons (you will need the Stripe Payment Method extension installed).
- Install and activate the Bookshop theme.
- Go to the cart block output on the frontend and verify the
Delete item
button doesn't have text shadow.
Before | After |
---|---|
![]() |
![]() |
- Go to the checkout block and verify Country and State selects don't have a gradient in the background.
Before | After |
---|---|
![]() |
![]() |
- In WC > Settings > Products, unset the shop page and save.
- Insert a NEW cart block instance into a page.
- Confirm the empty cart template does not include a link to browse the shop.
- Add a product to your cart.
- Go to the Cart block and apply a coupon with a fixed cart discount.
- Verify the cart item subtotal doesn't change when the coupon discount is applied.
The following are related to various changes impacting some existing flows so just need validated there's nothing broken
- Cart and checkout coupons interaction works as expected.
- Cart and checkout changing quantities works as expected.
- Cart and checkout shipping interaction works as expected.
- Cart and checkout express payment method works as expected.