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归因
scroll top