“Learn as if you will live forever, live like you will die tomorrow.” — Mahatma Gandhi
Ever wanted to collect user information through a comment area but can't? Then this tutorial is for you.
I will briefly list the steps I followed to make this work from an already existing tutorial from WIX Examples.
Visited the WIX example and clicked on "Edit Now"
Navigated to the "Product Page" and copied all comment sections from the strip into my website's dynamic page as it is.
Enabled the "Dev Mode" on the example template and copied the code as it is.
Pasted the code from the example template into my website's dynamic page code section.
Opened the lightbox section (Review Box) from the example template and copied the box element to my website.
Opened the code panel section from the lightbox on the example template and copied the code to my lightbox code section.
Created two database collections with exactly the same fields and fieldkeys
review-states - To store number of ratings, recommendations
reviews - To store total number of reviews for each item
Connected all elements to dataset
Adjusted one line of code
FROM THIS
product = await $w('#productPage1').getProduct();
TO THIS
product = await $w('#dynamicDataset').getCurrentItem();
COPY CODE BELOW 👇🏽
Code
Leave a comment (1)
Thanks for leaving a comment🎉
Walter Odibi
Apr 18, 2022
Amazing tutorial
This amazing tutorial will show you how to a comment section to your WIX dynamic page.
📺WATCH VIDEO HERE https://www.youtube.com/watch?v=f8-vJQFNZ_c
Reply
Walter Odibi
January 20, 2000