How can i display Review Widget in Product Detail Page?

To display  Review Widget in the product detail page you need to paste the 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-product_id="{{ product.id }}" data-limit="0"></div>
	

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

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us