I have created an overview on YouTube to cover the general aspects of what to expect. All of the specific steps, configurations and code snippets are located in the tutorial article.
The tutorial explains how to:
Create database
Create a triggered email template
Add backend code for triggered email
Create a lighbox
Build a form inside of the lightbox
Add dataset connections to the form
Add custom code to the lightbox
Create a Review section on the Wix Stores product page using a Strip element
Design and connect a repeater element
Add code to Product page
Use the live database to approve comments and mark as verified purchaser
It includes mini videos to help with each step un case you have never coded or have experience in that specific bit.
It has a copy the code function to easily plug n play as you follow along.
[Note: This is not like Wix’s existing tutorial. It has a simpler approach to collecting and displaying data. It does not do start rating average calculations. It only uses 1 database collection.]
@fedrodigital You can use any static or dynamic variables to write your structured data code for you product page. The structured data is about the product itself not specifically about the reviews. Bits of a single review and / or aggregate rating are part of the google product reviews structured data properties, so yes you can add whatever info you want.
Any structured data you write via code will override the pages settings for structured data.
Just note that even if structured data is added ---- Google does not guarantee to publish it as so.
Thank you SO MUCH for this! I just added it to my site today and almost everything is working well! My only issue is that all of the reviews are showing up on ALL of the product pages, not just the ones they correspond to. Is there a fix for that? Thanks again!
Make sure that the reference field is correct. Each review should be ‘tagged’ to one product. So check that section to see what is happening. It could be anything — the product is not saving into the correct field, the wrong information is being saved, the filter could be wrong, etc. (Just so many possibilities. Retrace each step to make sure you didn’t miss anything)
i want to link it directly like how amazonn does i.e
1> i createa automation form for feedback
2> then i want to display all those feedbacks based on what they have purchased
3> example like if they purchase a red shoe (the red shoe buyer feedback should be shown below)
please tell me a easy way to do so
Hi folks - really excited to get customer reviews up and running. New at Velo for Wix and desparate for some help. I cant get repeater to show up after I’ve added and approved reviews. Thoughts of things I could check? Txs
Hi, thank you for the great tutorial! I am unable to get the ‘Write a Review’ button to work. I’ve tried added the onClick event handler startReview_click, but no luck.
Has anyone else had this issue? If so, were you able to resolve it?
For example, are the elements labeled the same way they are listed in the code? Is the button enabled? Are there any elements accidentally covering the button preventing it from being clicked on?