Announcement

Collapse
No announcement yet.

Customer Product Reviews with Toolkit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Customer Product Reviews with Toolkit

    Bill is out of the office or I'd ask him first - I'm trying to find the section of code in the Toolkit Product Reviews function that requires all reviews to be reviewed before posting. I can find where the anonymous posts need to be reviewed, but I'm needing all posts to be reviewed, even if the reviewer logged in. I've looked and looked again in the tk_rr.txt file and it's not jumping out at me.

    Many thanks!
    Leslie
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Re: Customer Product Reviews with Toolkit

    http://www.emporiumplus.com/1AA00223.html
    Function #127 - rrinsert

    "The 4th parameter is the approved status for the review. Most stores will probably automatically approve ratings/reviews from their logged in customers. You would do this with the number 1 in the 4th parameter. If you allow ratings/reviews from non-logged in customers, you can set the pending approval element to 0. Do not leave this parameter blank. It must be 1 or 0."

    Comment


      #3
      Re: Customer Product Reviews with Toolkit

      Thanks Dan for confirming that for me, I suspected that was it I was looking it from the tk_rr.txt point of view and not back over at the Toolkit functions list. With that said, I'm thinking that this hidden tag

      Code:
      <input type="hidden" name="rrinsert" value="1">

      needs to be placed inside the
      <!-- start customer logged in //--> section.



      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Re: Customer Product Reviews with Toolkit

        But, that 1 doesn't tell it to make the review wait for moderation from how that reads. That tells it, if they bought the product and are logged in, then auto-approve the review after insert. That's not what I want. I need for all reviews of any type to be manually approved. Did you end up getting this to work Leslie? I feel bad always harassing Bill, but I guess I buy enough Toolkit mods to warrant a bit of harassment.
        Ted Hust
        AarcMediaGroup.com

        Celebrating 13 Years of Outstanding Service & Support
        Miva Merchant Design

        Comment


          #5
          Re: Customer Product Reviews with Toolkit

          Oh, wait, so 1 is auto-approve, 0 is await for approval then eh? I guess I was just thinking too much, or too little. Or something.
          Ted Hust
          AarcMediaGroup.com

          Celebrating 13 Years of Outstanding Service & Support
          Miva Merchant Design

          Comment

          Working...
          X