Cherry-pick 9748

This commit is contained in:
Tarun Vijwani 2023-06-07 21:44:20 +04:00
parent 8eb7b16af0
commit 9468a9c0d8
2 changed files with 8 additions and 1 deletions

View File

@ -434,7 +434,13 @@ Note: Notice will appear for a few seconds until we receive the server's respons
12. Visit a product and click on the Add To Cart button of the Single Product block that you just added.
13. Make sure the page is not redirect to another URL and that the Cart is updated with the clicked product.
### Render the single product title as an h1 when transforming from classic template [#9748](https://github.com/woocommerce/woocommerce-blocks/pull/9748)
1. Ensure that the Single Product Template doesn't have any customization.
2. Edit it.
3. Transform it to the blockified version.
4. Focus on the Product Title.
5. Ensure that it renders as an h1.
## Feature plugin

View File

@ -81,7 +81,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
== Changelog ==
= 10.3.0 - 2023-06-05 =
= 10.4.0 - 2023-06-05 =
#### Enhancements
@ -127,6 +127,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Fix alignment of the close button in the Mini-Cart drawer when it has borders. ([9507](https://github.com/woocommerce/woocommerce-blocks/pull/9507))
- Add to Cart with Options Block: Remove global variable overwrite. ([9457](https://github.com/woocommerce/woocommerce-blocks/pull/9457))
- Fix total shipping display info when no shipping method is available. ([8819](https://github.com/woocommerce/woocommerce-blocks/pull/8819))
- Blockified Single Product Template: use h1 for the Product Title when transforming from Classic template. ([9748]((https://github.com/woocommerce/woocommerce-blocks/pull/9748))
= 10.2.2 - 2023-05-31 =