RateMate – Product Reviews for WooCommerce

Description

RateMate is the most complete free WooCommerce product review plugin. It replaces expensive review tools like Judge.me and Yotpo with a lightweight, conversion-focused solution β€” including AI-powered features β€” all completely free.

Build social proof, rank higher on Google, and convert more shoppers with the most powerful free review plugin for WooCommerce.

πŸ€– AI-Powered Review Features

🧠 AI Review Summary
Automatically generates a 2–3 sentence intelligent summary of all reviews for each product. Powered by Claude AI. Shoppers instantly understand what other customers love β€” without reading 50 reviews. Summaries are cached for 7 days and auto-refresh when new reviews come in.

😊 AI Sentiment Badge
Every approved review is automatically tagged as 😊 Positive, 😐 Mixed, or 😞 Negative using AI analysis. Badges appear in the admin review dashboard so you can quickly spot unhappy customers β€” and optionally on the product page so shoppers can filter by sentiment. Batch-analyse all existing reviews in one click.

⭐ Core Review Features

πŸ“Έ Photo & Video Reviews
Let customers attach photos and videos directly to their reviews. Nothing builds trust faster than real customer media. Supports JPEG, PNG, GIF, WebP and MP4/WebM. Clean drag-and-drop dropzone with live preview. Configure maximum number of uploads and file size limits.

⭐ Rating Summary Bar
Display a beautiful star-distribution breakdown (5β˜… 60%, 4β˜… 25%…) above your review list. Customers can click any star row to instantly filter reviews by rating β€” powered by AJAX for instant results with no page reload.

βœ‰οΈ Automated Review Request Emails
Automatically send review request emails N days after an order is completed. Uses WordPress native mail β€” zero third-party dependency. Fully customisable subject line and send delay. One-click unsubscribe link included for compliance.

πŸ›‘οΈ Verified Purchase Badge
Reviews from real WooCommerce customers automatically receive a “Verified Purchase” badge. Works with both logged-in users and guest checkouts. Builds trust and reduces fake review concerns instantly.

πŸ‘ Helpfulness Votes
“Was this review helpful?” vote buttons on every review. Counts tracked per-user and per-IP. The most helpful reviews rise to the top organically. No registration required for guests.

πŸ” Google Rich Snippets (Schema Markup)
Outputs JSON-LD structured data for aggregate ratings and individual reviews. Enables Google to show star ratings directly in search results β€” a free organic SEO boost for your store.

πŸš€ Advanced Free Features

πŸ’¬ Product Q&A Module
Customers can ask questions directly on product pages. Store owners answer from the admin. Questions and answers are publicly visible to reduce pre-sale friction and increase conversions.

πŸ“Š Reviews Analytics Dashboard
Track review trends, photo upload rates, helpful vote counts, and email request performance over time. Make data-driven decisions to improve your review strategy.

πŸ“₯ Review Import & Export
Import existing reviews from Judge.me, AliExpress, or generic CSV files. Export all reviews to CSV for backup or migration. Batch import with progress tracking.

πŸ‘€ Review from My Account
Customers can submit reviews directly from their WooCommerce My Account Orders page. Makes it easy to review products they purchased without hunting for the product page.

πŸ‘ Recommendation System
Customers indicate whether they “Recommend”, are “Neutral”, or “Don’t Recommend” the product. Displays as a percentage above the review list β€” similar to Amazon’s recommendation ratio.

πŸ’¬ Store Owner Replies
Reply to any review directly from the admin or from the product page (if logged in as admin). Replies display inline below the review with a “Store Owner” badge.

πŸ”’ Privacy & Compliance

  • One-click email unsubscribe included in all review request emails
  • AI features: your API key is encrypted and stored securely in your database β€” never shared or sent anywhere except the Anthropic API
  • No data sent to external servers (except optional AI analysis via your own API key)
  • GDPR-friendly: all review data stored locally in your WordPress database

⚑ Performance First

  • Assets loaded only on product pages β€” zero overhead on other pages
  • AJAX-powered filtering, sorting, and voting β€” no full page reloads
  • AI summaries and sentiment scores cached to minimise API calls
  • Minimal database queries with proper indexing
  • No bloat β€” every feature is purpose-built for WooCommerce

🎯 Perfect For

  • WooCommerce store owners who want more and better reviews
  • Stores launching new products (review request emails drive early reviews)
  • Agencies building high-converting WooCommerce stores for clients
  • Store owners moving from Shopify to WooCommerce who need a Yotpo alternative
  • Any store that wants Google star ratings in search results

Screenshots

Installation

  1. Upload the ratemate folder to /wp-content/plugins/ or install via Plugins Add New Upload Plugin
  2. Activate the plugin from Plugins Installed Plugins
  3. Ensure WooCommerce is installed and active
  4. Go to RateMate Settings to configure features
  5. (Optional) For AI features, add your free Anthropic API key under Settings AI Features

FAQ

Does RateMate replace the default WooCommerce review system?

No. RateMate enhances and extends the WooCommerce review system β€” it does not replace it. All existing reviews are preserved. You can disable individual features from Settings.

Do I need an API key for the AI features?

Yes. AI Review Summary and AI Sentiment Badge require a free Anthropic API key. Get one at console.anthropic.com. The cost is less than $0.01 per product summary and about $0.0002 per review sentiment analysis. Your key is stored encrypted in your database.

Will review request emails be sent for old orders?

No. Emails are only queued for orders that transition to “Completed” after the plugin is activated.

Can customers upload multiple photos per review?

Yes. You can configure the maximum number of uploads (1–20) and the maximum file size per upload in RateMate Settings Photo Reviews.

Does the plugin work with variable products?

Yes. RateMate is fully compatible with WooCommerce variable products, grouped products, and all standard product types.

Is RateMate compatible with WooCommerce HPOS?

Yes. RateMate declares full compatibility with WooCommerce High-Performance Order Storage (HPOS / custom order tables).

Where are uploaded review photos stored?

Photos and videos are stored in your WordPress Media Library β€” the same place as all other media uploads. They are associated with the product post.

Can I import reviews from Judge.me or AliExpress?

Yes. Go to RateMate Import / Export and upload your CSV file. RateMate auto-detects Judge.me and AliExpress CSV formats.

How do I analyse existing reviews with the AI Sentiment Badge?

Go to RateMate Settings AI Features, enable Sentiment Badge, then click “Analyse existing reviews”. New reviews are tagged automatically as they are approved.

Is the plugin translation-ready?

Yes. All strings are wrapped in standard WordPress translation functions and a .pot file is included in the languages/ folder.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“RateMate – Product Reviews for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • New: AI Sentiment Badge β€” automatically tags every review as 😊 Positive, 😐 Mixed, or 😞 Negative using Claude AI. Displays in admin review list and optionally on the frontend product page. Includes batch-analyse tool for existing reviews.
  • New: AI Review Summary β€” generates a 2–3 sentence intelligent summary of all reviews per product. Cached for 7 days, auto-refreshes on new reviews.
  • New: AI Features settings tab with encrypted API key storage, enable/disable toggles, and cost guidance.
  • New: Product edit screen meta box showing the current AI summary with regenerate/clear buttons.
  • Fix: Replaced all raw <script> tags in admin view files with wp_add_inline_script() for WP.org compliance.
  • Fix: Replaced WP_CONTENT_DIR hardcoded path with wp_upload_dir() in import/export class.
  • Fix: All option keys, AJAX action names, meta keys, and table names updated from rf_ (too short) to ratemate_ prefix for WP.org compliance.
  • Fix: JSON-LD schema output now uses JSON_HEX_TAG to prevent XSS via malicious </script> in review text.
  • Fix: Tested up to WordPress 7.1.

1.0.0

  • Initial release
  • Photo & video review upload
  • Rating summary bar with AJAX filter
  • Automated review request emails
  • Verified purchase badge and helpfulness votes
  • Google rich snippet schema (JSON-LD)
  • Sort & filter controls (AJAX)
  • Store owner replies to reviews
  • All Reviews admin dashboard with bulk actions
  • Product Q&A module
  • Reviews analytics dashboard
  • Review import/export (Judge.me, AliExpress, CSV)
  • Review from My Account Orders page
  • Recommendation system (Recommended / Neutral / Not Recommended)
  • Review title field and minimum review length setting
  • WooCommerce HPOS compatibility