Do you recommend any review software package?

Discussion in 'PHP' started by MisterZee, Dec 1, 2006.

  1. #1
    A client is selling a product online through paypal and wants a simple program to allow his clients to add like 2 line reviews/testimonials. Anyone have good software to recommend on this?

    I'm going through hotscripts but that's usually time consuming to install it before finding out the "gotcha's" and I'll need to present the client the best option and the budget's tiny so I don't want to waste time.

    Thanks.
     
    MisterZee, Dec 1, 2006 IP
  2. vito

    vito Peon

    Messages:
    306
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #2
    When you create a Paypal Buy Now button, doesn't it allow you to add a "comments" text area box to the order process? Could you not use that for the testimonials?

    Vito
     
    vito, Dec 1, 2006 IP
  3. MisterZee

    MisterZee Peon

    Messages:
    227
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I didn't know about that..but it won't show on the site will it?
     
    MisterZee, Dec 1, 2006 IP
  4. vito

    vito Peon

    Messages:
    306
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No, it will only show in the order process once the customer has logged in to PP. Is there a particular reason you want it on the site?

    Vito
     
    vito, Dec 1, 2006 IP
  5. MisterZee

    MisterZee Peon

    Messages:
    227
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes. Because my customer asked for it. I thought there were several better more interesting ideas, but that's what he wants...

    Have you ever tried these?

    http://www.reviewpost.com
    http://www.review-script.com/

    I've used the first company's photo software...and it was decent (thought not AMAZING)...never heard of the second one....
     
    MisterZee, Dec 1, 2006 IP
  6. vito

    vito Peon

    Messages:
    306
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you want to keep the review/testimonial part on your site, I don't think you need any elaborate script. Here is what I would do -

    Let's say you have a product page called product123.html. The customer clicks the Buy Now button. But instead of directing them to PP right away, make it a simple hyperlink to a page (product123_2.html). On this page, you will have a basic form (name, email, textarea box), and 2 submit buttons. You will have some text that says:

    "If you wish to submit a review or testimonial, please enter it here. Otherwise, click the Buy Now button to proceed with payment."

    So if the customer chooses to forego the review/testimonials part, they simply click the PP Buy Now button and process payment. However, if they wish to submit a review/testimonial, they fill out the form. In the form hidden variables, you have a "redirect" that sends the customer to product123_3.html after submitting the form. You then display text on that page saying:

    "Thank you for your review/testimonial! Please click the Buy Now button to proceed with your order."

    That button will then be the actual PP coded button that takes the customer to PP.

    Vito
     
    vito, Dec 1, 2006 IP
  7. MisterZee

    MisterZee Peon

    Messages:
    227
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks. The problem there is that the testimonial will come in a week or two later, when they have the product.

    Has anyone heard of censura? Any others I should consider?
     
    MisterZee, Dec 1, 2006 IP