Reviews

Open to all! Ask other shopowners for help.
Post Reply
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Reviews

Post by burt »

As anyone knows, word of mouth is a powerful tool. If you can get your customers to write reviews, it's a good thing...with that said, here are the pieces in Phoenix (add addons) that interact with Reviews.

Should anyone know of any other addons (free or paid) that interact with reviews, please add to this thread...
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Reviews

Post by burt »

Core - Admin Side

1. Page that allows you to view/add/edit/set status/delete reviews.

Access this page at Admin > Catalog > Reviews

Core - Shop Side

1. Review Stars/Link - Admin > Modules

This module shows in the product_info page in two ways depending on the number of reviews.
rev-0.jpg
or
rev-1.jpg
As you can see, they are broadly similar

2. Review writing page

This is the page that is accessed after pressing the "write a review" link as shown above. This page has logic in it that (a) checks if the customer has purchased the product and (b) has not already written a review about the product. If either check fails, they are redirected back to the relevant product page.

3. Review Display - Admin > Modules

Displaying the reviews is done on the product_info page by a content module.
It looks like this;
dis-0.jpg
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Reviews

Post by burt »

Here are the extra addons (which are included in the PRO download of Phoenix)...

S01E08/9 - PI module "review stars"
app.php/tag/s01e08

This extra recreates the "review stars / link" (see #1 above) as a PI module.
PI modules give you (shopowner) a lot more flexibility when creating the look of the product_info page.

S02E11 - Tab module for displaying reviews
app.php/tag/s02e11

This extra takes the "Reviews display" (see #3 above) and places them into a tabbed interface.
The tabbed interface saves a lot of space in you product_info page.

S03E02 - admin can reply to reviews
app.php/tag/s03e02

This extra allows you, shopowner, to directly reply to reviews!
Your reply is displayed in the "review display" module..

S06E08 - Keys allow customer to write review without logging in
app.php/tag/s06e08

The Keys part of Phoenix PRO allows your customer to perform certain actions without having to log in!
This extra allows customer to write review(s).

S09E01 - Reviews Image
app.php/tag/s09e01

This extra allows customer to upload an image as part of their review.
The image shows in the "reviews display" module.
I am not here to build for you.
I am here to build with you. Let's help each other.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Reviews

Post by raiwa »

Reviews and Testimonials Manager

Review Testimonials Manager App is a complete solution to manage your store customers feedback. This App is modularized and hooked. Easy to install. Only one core file modification is required.

It has been specifically designed to offer feedback solutions for the following scenarios:

Store owners who sell their products on other marketplaces like Amazon, E-Bay, Etsy etc. can add external reviews. This includes rating, product image and external link.
Stores offering one of a kind products which are not any more shown in the store once they are sold. This includes rating and product image.
Multilanguage stores which wants to show reviews/testimonials in different languages and offer Google auto translate for all other than the actual store language.

https://phoenixcart.org/forum/app.php/ ... s_manager/
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Reviews

Post by burt »

Ask your customers for a Review
and
Thank your customers for writing their Review

Completely hands off, no extra admin time sink for shopowner.

app.php/addons/paid_addon/scheduler_rev ... ew_thanks/
I am not here to build for you.
I am here to build with you. Let's help each other.
Dan Cole
Senior Contributor
Posts: 498
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Has thanked: 67 times
Been thanked: 61 times

Re: Reviews

Post by Dan Cole »

burt wrote: Sat Jun 04, 2022 7:25 pm Here are the extra addons (which are included in the PRO download of Phoenix)...

S01E08/9 - PI module "review stars"

This extra recreates the "review stars / link" (see #1 above) as a PI module.
PI modules give you (shopowner) a lot more flexibility when creating the look of the product_info page.

S02E11 - Tab module for displaying reviews

This extra takes the "Reviews display" (see #3 above) and places them into a tabbed interface.
The tabbed interface saves a lot of space in you product_info page.
I just had a look at my review system getting ready to automate (using queued emails) the process of asking for reviews as well as thanking, and perhaps rewarding those customers who do so. I have both the review stars pi module installed as well as the tabbed review module. Given that I figured it would be useful to have a link from the review stars output that opens the tab containing the reviews so customers could access those reviews more easily. I figured this would be a fairly easy thing to do but ran into a snag when I discovered that some javascript was required to link to a bootstrap tab. I don't have any experience using javascript but I did find a few routines on the web but unfortunately I wasn't able to get any of them to work. I'm sure my lack of knowledge is the problem so I thought I'd ask if anyone else has done this and if so, whether they would share how they managed to get it working. Anyone?

Dan
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Reviews

Post by burt »

Dan you're definitely going to need to use JS to do this. I'll have a look later on and try to come up with something.
I am not here to build for you.
I am here to build with you. Let's help each other.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Reviews

Post by Omar_one »

Here’s a great add-on for encouraging customers to leave reviews by rewarding them with points created by @raiwa
app.php/addons/paid_addon/points_rewards/
This Points and Rewards system is designed to boost sales and motivate customers to spend more in your store.
Customers can earn shopping points for making purchases, writing reviews, or referring new customers.
These points can be redeemed like cash and used to pay for future orders during checkout.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply