Woocommerce not showing reviews
Question
I am using a custom Woocommerce page template for the single-product.php – however the page isn’t displaying any reviews or the box to add reviews.
I have checked the settings for Woocommerce to display these and the box is checked. Is there some code that I need to include in order to display these?
Many thanks
Christina
<?php if(have_posts()): ?>
<div class="product-single">
<?php while(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
</div>
<?php else: ?>
<article class="post error row contain">
<h1 class="404">Nothing has been posted like that yet</h1>
</article>
<?php endif; ?>
0
page-template, woocommerce
5 years
2018-07-16T14:08:17-05:00
2018-07-16T14:08:17-05:00 0 Answers
86 views
0
Leave an answer