Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default How Do I Randomize The Reviews?

    I already looked at Random Product Reviews for SideBox, and that's not what I need. I only want 3 to show at a time, but I want them to be random, not in precisely the order they were entered. Is there a way to do this?

    Thanks!!

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: How Do I Randomize The Reviews?

    You could try this
    Turn on the reviews sidebox
    set "Random Product Reviews for SideBox" to 3

    Now its going to show them in order, which aint what you what

    so go to

    /includes/modules/sideboxes/reviews.php

    and save it as
    /includes/modules/sideboxes/yourtemplate/reviews.php

    now open the file for editing

    around line 25 it says
    Code:
     and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'" .
    $review_status;
    Change it to

    Code:
    and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'" .
    $review_status. " ORDER BY RAND()";
    and see if that does what you want
    Webzings Design
    Semi retired from Web Design

  3. #3
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: How Do I Randomize The Reviews?

    Perfect...thank you so much!!!!!

 

 

Similar Threads

  1. Replies: 18
    Last Post: 14 Jul 2012, 01:18 PM
  2. How Do I Randomize New Products On Index Page?
    By DK_Scully in forum Customization from the Admin
    Replies: 16
    Last Post: 22 Jun 2011, 05:26 PM
  3. Product page - how to show a link to the reviews page and reviews count?
    By Ronson in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Mar 2009, 11:45 PM
  4. How to limit specials sidebox and randomize products?
    By YairOz in forum Addon Sideboxes
    Replies: 0
    Last Post: 29 Feb 2008, 11:13 PM
  5. How to Randomize product sort order?
    By barnamania in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Mar 2007, 01:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR