Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2010
    Posts
    70
    Plugin Contributions
    0

    Default Better method for displaying reviews?

    Is there a module or some way of making product reviews easier seen by the customers? I dont know if this is a template thing or not, but the only way to view reviews is by going all the way to the bottom of the product and clicking on "show reviews". I would like the reviews to be right under the product title.

    Can someone please guide me in the right direction? Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Better method for displaying reviews?

    I would like the reviews to be right under the product title.
    The reviews or the show reviews selector??

    I would think seriously if you actually want to have the reviews there

    As a shopper, I want to first and foremost about the product & specifications NOT what others think
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,507
    Plugin Contributions
    88

    Default Re: Better method for displaying reviews?

    You could try either the Tabbed Products Pro add-on or search the Free Software Add-ons for dgReviews. Either of them, I believe, provides a method to get the review content imbedded on the product_info pages.

  4. #4
    Join Date
    Jan 2010
    Posts
    70
    Plugin Contributions
    0

    Default Re: Better method for displaying reviews?

    Quote Originally Posted by kobra View Post
    The reviews or the show reviews selector??

    I would think seriously if you actually want to have the reviews there

    As a shopper, I want to first and foremost about the product & specifications NOT what others think
    I would rather have the review option right under the product title that can be expanded, so that people can read them as well. If the product description is 4 paragraphs long, the reviews are at the bottom of the description, which I doubt anyone would even look at.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Better method for displaying reviews?

    I would rather have the review option right under the product title that can be expanded,
    To move the option you need to create/copy the file for your template overrides

    tpl_product_info_display

    This file is fairly well segmented with bof & eof for each section
    cut this block
    Code:
    <!--bof Reviews button and count-->
    <?php
      if ($flag_show_product_info_reviews == 1) {
        // if more than 0 reviews, then show reviews button; otherwise, show the "write review" button
        if ($reviews->fields['count'] > 0 ) { ?>
    <div id="productReviewLink" class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_REVIEWS, BUTTON_REVIEWS_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    <p class="reviewCount"><?php echo ($flag_show_product_info_reviews_count == 1 ? TEXT_CURRENT_REVIEWS . ' ' . $reviews->fields['count'] : ''); ?></p>
    <?php } else { ?>
    <div id="productReviewLink" class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array())) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    <?php
      }
    }
    ?>
    <!--eof Reviews button and count -->
    And paste it where indicated
    Code:
    <!--eof Product Price block -->
    Paste here
    <!--bof free ship icon  -->
    Save and upload it to your template overrides structure at

    /your_template/templates/
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v150 Displaying links for number of reviews
    By Liamv in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 May 2014, 09:19 PM
  2. Better location for User Reviews?
    By gabstero in forum General Questions
    Replies: 8
    Last Post: 2 Aug 2012, 04:12 PM
  3. Attributes - displaying them, displaying attribute images. Is there a better way?
    By mumzie in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 10 Oct 2010, 07:19 PM
  4. getting shipping method to display better
    By mzimmers in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jun 2010, 09:44 PM

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