@@ -18,20 +18,20 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
1818
1919### Fix: Ensure WooCommerce templates show correct titles. ([ 6452] ( https://github.com/woocommerce/woocommerce-blocks/pull/6452 ) )
2020
21- 1 . Go to ` Appearance → Editor → Browse all templates ` .
22- 2 . Make sure you have ` archive-product.html ` in your theme's templates directory.
23- 3 . Notice the ` archive-product.html ` template shows the correct title and description.
21+ 1 . Install and activate the [ Extendable theme] ( https://wordpress.org/themes/extendable/ ) .
22+ 2 . Go to ` Appearance → Editor → Browse all templates ` .
23+ 3 . Make sure you have ` archive-product.html ` in your theme's templates directory.
24+ 4 . Notice the templates shows the correct title and description and not the file name like e.g. ` archive-product.html ` .
2425
2526## Feature plugin only
2627
2728### Enhancement: Make form components require onChange and have a default value. ([ 6636] ( https://github.com/woocommerce/woocommerce-blocks/pull/6636 ) )
2829
29- 1 . Check out this branch.
30- 2 . Create a new page with ` All Products ` block, ` Filter Products By Price ` block and ` Filter Products By Attribute ` block.
31- 3 . Go to the ` All Products ` page, ensure you're able to sort products and filter products by price and attribute.
32- 4 . Add a product to the cart.
33- 5 . Go to the ` Checkout ` block page.
34- 6 . Ensure you're able to use radio controls.
30+ 1 . Create a new page with ` All Products ` block, ` Filter Products By Price ` block and ` Filter Products By Attribute ` block.
31+ 2 . Go to the ` All Products ` page, ensure you're able to sort products and filter products by price and attribute.
32+ 3 . Add a product to the cart.
33+ 4 . Go to the ` Checkout ` block page.
34+ 5 . Ensure you're able to use radio controls.
3535
3636### Fix: Correctly calculate taxes for local pickups. ([ 6631] ( https://github.com/woocommerce/woocommerce-blocks/pull/6631 ) )
3737
0 commit comments