plugins/woocommerce/client/blocks/docs/internal-developers/testing/releases/560.md
Zip file for testing: woocommerce-gutenberg-products-block.zip
Try some search requests via the Store API, for example:
https://store.local/wp-json/wc/store/products?search=woo-album
Ensure matched results match your query. Try searching for both titles and SKUs.
View the pagination rendered on the all products block and confirm the symbol matches the screenshot above.
| Before | After |
|---|---|
Your cart title doesn't change between the rendered block and the loading skeleton.| Before | After |
|---|---|
| Before | After |
|---|---|
.wp-block-woocommerce-cart img,
.wp-block-woocommerce-checkout img {
height: auto !important;
width: 100% !important;
}
| Before | After |
|---|---|
| Before | After |
|---|---|