Click to See Complete Forum and Search --> : adding product reviews to website


SteveinMD
08-03-2007, 05:04 AM
Hi there,

Does anyone know of a good place to find a plug-in code snippet for allowing users to submit product reviews for a online shopping e-commerce website? Similar to what Amazon.com does where a customer can pick a star rating and write a short review on a product. I found one located here http://www.mystore-solutions.com/yss-prodreviews.html but I'm not ready to spend $600 on it. I know HTML but no other programming language so I need something simple.

Thanks

KDLA
08-03-2007, 08:53 AM
You'll need a database and some server-side scripting to do that -- not javascript (which is client-side). The database will store the comments, attached the product ID, and the scripting will display the comments based on a query which runs when the product's page displays.

KDLA