質問

enter image description here

The following container is empty The reviews are approved in the backend and showing up there as usual

役に立ちましたか?

解決

Need to add the below block in your layout I have added in catalog_product_view.xml

<block class="Magento\Review\Block\Product\Review" name="reviews.tab" as="reviews" template="Magento_Review::review.phtml" group="detailed_info">
                <block class="Magento\Review\Block\Product\View\ListView" name="product.info.product_additional_data" as="product_additional_data" template="product/view/list.phtml" before="product.review.form" />
                 </block>

It was Working Fine

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top