Adding single-product-reviews with star ratings
-
Basically we want to add the reviews box to the end of the product page. So using this hook
add_action( 'woocommerce_after_single_product', 'comments_template', 50 );
Which gives us this…
But we want to display the star ratings instead of the dropdown.. probably this code.
How do we specify to use stars?
Thanks.
- The topic ‘Adding single-product-reviews with star ratings’ is closed to new replies.