"Success is not final; failure is not fatal: It is the courage to continue that counts." --- Winston S. Churchill
Hi there, in this tutorial, you will learn how to add a product review section in your WIX store๐
Ever wanted to have your customers leave a review for a product they just purchased? Then this is the right tutorial for you.
STEPS TAKEN
It is quite interesting to know that there is in fact, an easier way to have this feature in your website without thinking too much about it. The following are the steps I took to add comment section to my WIX store website .
WIX has an example laid out for this process, so it's quite easy to simply copy/paste elements from the WIX example product page into yours. Find the example here
The example includes two sections, the comment/review section on the store product page and a lightbox.
After copying all elements as they were on the example template, then create a lightbox and copy the box element from the example template. This box element holds all the input elements that the user needs to add a review and the product page strips holds all the elements that displays the reviews.
Copy the code from the product page and the lightbox into your website as well.
Next, we create our database, the database should have the same fields and fieldkey as the example template (These fieldkeys were used a couple times in the code).
Why do we need to copy elements? It is much easier to copy elements because we don't want to create all designs from scratch. By copying, we have a hold of every elements' ID. This saves a lot of time finding what ID or fieldkey to replace. After doing this, it is much easier to focus on designing the design.
๐บ WATCH THE VIDEO
COPY CODE BELOW ๐๐ฝ
Code
Leave a comment (0)
Thanks for leaving a comment๐