Use this forum for general discussion
3 posts • Page 1 of 1
Reviews with filtering and tags?

by Maximuus » Mon Jun 16, 2025 11:25 am

I would like to implement a feedback system where you can sort them by date, rating, and usefulness, see individual reviews with photos, and check if the person actually made a purchase before publishing the review.
User avatar
Posts: 1126

Re: Reviews with filtering and tags?

by Horrius » Mon Jun 16, 2025 11:37 am

To make the reviews as useful as possible, it is worth implementing filters by date, rating, usefulness, availability of photos and other criteria. This helps users find relevant information faster. An excellent example is magento 2 add customer attribute. It supports a flexible filtering system and allows users to select only the types of reviews they are interested in.
User avatar
Posts: 1106

Re: Reviews with filtering and tags?

by BookMaker » Mon Jun 16, 2025 12:38 pm

I had to build a system like this for a client — sorting by date, rating, usefulness, adding photos, and verifying if someone actually made a purchase. It was far from simple. The hardest part was confirming verified buyers — we matched emails with order records in the database and used tokens for confirmation. Photos were uploaded via a form with size/type limits, and sorting required custom database indexing. At last, we decided to use https://www.visualquizbuilder.com/ it’s great for quizzes and lead capture.
User avatar
Posts: 20

3 posts • Page 1 of 1

Return to General Discussion