In WooCommerce, product reviews are a powerful way to build trust and encourage future purchases.
If you want to avoid spam, you’d usually select the “Reviews can only be left by verified owners” option, so that only logged in customers can leave reviews.
This can be limiting, especially if you want to allow verified buyers who are not logged in to share their feedback, without forcing them to log in first.
In this tutorial, I’ll show you how to customize WooCommerce to allow logged-out verified customers to leave product reviews.
With a simple PHP snippet, we’ll adjust WooCommerce review settings to accept reviews from users who have purchased a product, regardless of their login status. This way, you can enhance the customer experience while maintaining authenticity and security for product feedback.
Let’s dive into the code and get started!
Continue reading WooCommerce: Enable Product Reviews for Logged Out Verified Customers