Product reviews management on Vareons
Vareons reviews management lets the merchant moderate customer product reviews from the dashboard — approve, reject or delete — with live statistics, automatic refresh of the product average rating and the search index on approval, and gating of one review per customer plus verified reviews tied to an order.
Last verified: 2026-09-18
Reviews on Vareons are not merely a field on a product page — they are a full moderation system with an explicit status path. Every review starts as pending, then the merchant decides to approve or reject it, and can delete it. The dedicated page is /dashboard/reviews, showing a table of reviews with filtering by product, status, rating and text search, plus pagination.
Statistics at the top give a quick picture: total reviews, average rating, and counts of pending, approved and rejected reviews. This helps the merchant see the pending workload and track the overall rating.
The most important rule is that only approved reviews count toward the product rating. When a review is approved, the average rating, review count and star breakdown are recalculated for the product, and the search index (Meilisearch) is re-synced automatically, so the updated rating appears on the store and in search results quickly. When a review is deleted, the stats are recalculated and re-synced too, so a deleted review leaves no trace in the average.
To protect review credibility, the system enforces one review per customer per product, and a review can be flagged as verified when it is tied to an actual order (orderId). Each review carries the product id and tenant-scoped paths, a rating from one to five, a bounded title and body, optional images, a helpful counter, and the data model supports a merchant reply field.
Operationally, the reviews page is guarded by fine-grained permissions: view, edit and delete are separate resources, so an employee can be allowed to moderate and approve but not delete, or the reverse. The page is available on the basic, advanced and professional plans, the review limit is unlimited by default, and the dashboard UI is bilingual (Arabic and English).
Its value for Egyptian e-commerce is clear: reviews are the strongest trust tool a new store has. Approving genuine customer reviews and stories on the product page reduces first-buyer hesitation, feeds star ratings into search results and structured product data, and lifts conversion. That is why Vareons offers a fast workflow: read, approve or reject, and everything updates automatically.
One precise note: the actions available on the tab are approve, reject and delete; the merchant reply field is supported in the data model, but editing that reply is not part of the same reviews screen.
Setup steps in Vareons
Open the reviews page
From the dashboard go to /dashboard/reviews to see the reviews table and statistics (total, average, pending, approved, rejected).
Filter to find reviews quickly
Use filtering by product, status, rating and text search to group pending reviews or review a specific product.
Approve, reject or delete
Approving a review recalculates the product average rating and review count and re-syncs search. Deleting recalculates and removes the rating's effect from the average.
Set your team permissions
View, edit and delete are separate permissions, so you can let an employee moderate and approve without deleting, according to your store policy.
Frequently asked questions
Do all reviews appear on the store immediately?
No. Every review starts as pending and only counts toward the product rating after approval from /dashboard/reviews.
Can the same customer review a product more than once?
No. The system enforces one review per customer per product, and a review can be flagged as verified when tied to an actual order.
Are the product rating and search updated automatically?
Yes. On approval or deletion the average rating and star breakdown are recalculated and the search index is re-synced, so the update appears on the store and in search results.
Can an employee manage reviews without delete permission?
Yes, because view, edit and delete are separate permissions that can be distributed across team roles.
Troubleshooting
1) If the product rating does not change after approval, reload the product page; the sync runs on approval but the browser may hold a cached copy. 2) If a customer review is rejected without a clear reason, check its status and whether the same customer already reviewed the product. 3) If a rating disappears from the average after deletion, that is intended; deleted reviews do not count. 4) For verified reviews, confirm the review is tied to an actual customer order.