To display Review Widget in product detail page you need to paste given below code in the product-template file.


 <div id="wc_review_section" class="wc_review_main_content" data-url="{{ shop.url }}" data-handle="{{ product.handle }}" data-limit="0"></div>



Here, you can see the revview widget in front-end as per given below image.