Skip Navigation

[Resolved] Add customers review like airbnb

This thread is resolved. Here is a description of the problem and solution.

Problem:
the user would like to implement a reviewing feature like AirBnB.

Solution:
This can be implemented using Toolset, but it may require custom code for some options. It is better to use a 3rd party plugin that does the job.
https://kinsta.com/blog/best-wordpress-review-plugins/

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

Author
Posts
#1962949

Hello.
I’d need to add a customer review feature similar to the Airbnb site (stars+few comments row). The customer logs in and leaves the review. Each Owner checks it and publishes it if he deems it is appropriate.

It could be possible to do that with toolset? Could you help me? If it isn't, could you suggest to me a plugin that works fine with toolset?

Thank you. Best.

Anna

#1962967

Hello and thank you for contacting the Toolset support.

You can build this feature using a new Custom Post Type (Reviews) that has a custom field (Rating). This custom post type should be the child on a One-to-many relationship. But you will need to build the stars control with custom code.
You will also need some custom code to calculate the average based on the reviews.

Personally, I would use a specialized plugin instead of building it with Toolset. I can't really recommend a specific plugin. But if you found any incompatibilities with Toolset, open a new thread and we'll help you fix it.

So, I'll suggest that you try one of the plugins reviewed in this article hidden link

#1963055

My issue is resolved now. Thank you!