This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Create the Single Product Details block #8186
Labels
focus: FSE
Work related to prepare WooCommerce for FSE.
Create a block version of the product details (visible on the single product template), so merchants can add the product description, information, and reviews to their stores.
product-details
assets/js/blocks/product-details/
src/BlockTypes/ProductDetails.php
Tabs
Details:
woocommerce/templates/single-product/tabs/tabs.php
woocommerce_default_product_tabs()
Screenshot:
Description
Details:
woocommerce/templates/single-product/tabs/description.php
the_content()
Screenshot:
Additional information
Details:
woocommerce/templates/single-product/tabs/additional-information.php
wc_display_product_attributes()
Screenshot:
Reviews
Details:
woocommerce/templates/single-product-reviews.php
wp_list_comments()
andwoocommerce_comments()
comment_form()
Screenshot:
The text was updated successfully, but these errors were encountered: