Any ideas on a script or template for product reviews?

Discussion in 'HTML & Website Design' started by Alex1969, Oct 27, 2012.

  1. #1
    I'm hoping someone can help me. I am developing a site, and it needs to have product reviews on it. Basically an area where people can add reviews, and rate products and leave comments. What I would really like is something like this review board:

    http://www.makeupalley.com/product/

    Basically an overview of ratings for a product and the ability to click on it and add a review. Everything I am finding just doesn't seem to fit the bill. My server, also, is Windows based and I've MSSQL as opposed to MYSQL which many scripts seem to require.

    Any ideas would be greatly appreciated!
     
    Alex1969, Oct 27, 2012 IP
  2. knewedge

    knewedge Active Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #2
    Make a ratings table that relate to the product.

    Example:
    key | product_id | rating | comment

    Should be a basic script to make, or outsource.
     
    knewedge, Oct 27, 2012 IP