문제

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