I am using woocommerce and I allow comments on each product. The Star rating is included. In the woocommerce settings > products > reviews the box for "ratings are required to leave a review" is NOT checked. But, when testing and submitting a rating I get the message that a comment is required. Is there a way to turn this off that I'm missing? If I turn off allow comments on each product than ratings are also turned off.
Disable Reviews in the Settings You can disable product reviews by turning them off in the settings. Go to WooCommerce > Settings > Products and uncheck Enable product reviews .
Remove the rating widget If you just want to remove the rating widget from your product pages, you can do so by going to WooCommerce > Settings > Products > Display, scrolling down to the Product Ratings section and selecting Do not show. This will remove the rating widget from all products on your site.
add_filter('allow_empty_comment', '__return_true');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With