Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Is There A Way To NOT Show Dates On Product Reviews?

    How do I turn off the Date Added on the product reviews? Thanks!

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

    Default Re: Is There A Way To NOT Show Dates On Product Reviews?

    admin > catalog > product types > select general > at the right select "edit layout"

    Find Show Date Added and set to "false"
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: Is There A Way To NOT Show Dates On Product Reviews?

    No, I already did that, and it didn't work.

    Product Type Info Page Layout options :: Product - General
    Title Value Action
    Show Model Number 0
    Show Weight 0
    Show Attribute Weight 0
    Show Manufacturer 1
    Show Quantity in Shopping Cart 1
    Show Quantity in Stock 0
    Show Product Reviews Count 1
    Show Product Reviews Button 1
    Show Date Available 0
    Show Date Added 0
    Show Product URL 1

    What I want is to remove the date that the *review* is added.
    Last edited by Scully; 16 Sep 2013 at 11:06 PM.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Is There A Way To NOT Show Dates On Product Reviews?

    Edit copies of these template files
    tpl_reviews_default.php


    Find this entry and remove red highlighted code
    Code:
    <div class="bold"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, zen_date_short($reviews->fields['date_added'])); ?>&nbsp;<?php echo sprintf(TEXT_REVIEW_BY, zen_output_string_protected($reviews->fields['customers_name'])); ?></div>
    tpl_product_reviews_default.php

    Find this code block and remove red highlighted code
    Code:
    <div class="productReviewsDefaultReviewer bold"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, zen_date_short($reviews['dateAdded'])); ?>&nbsp;<?php echo sprintf(TEXT_REVIEW_BY, zen_output_string_protected($reviews['customersName'])); ?></div>
    Save and upload to your template structure
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: Is There A Way To NOT Show Dates On Product Reviews?

    Modifying the raw php always scares the spit out of me...but this was a simple fix. THANK YOU!!

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Is There A Way To NOT Show Dates On Product Reviews?

    Glad it helped - Sorry I missed "reviews" on first look
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v151 Is there a way to show products sold in it's own category?
    By mespe in forum General Questions
    Replies: 6
    Last Post: 6 Jul 2015, 08:42 PM
  2. Replies: 0
    Last Post: 29 Jan 2013, 12:58 AM
  3. v139h Is there a simple way to show sub-categories by default?
    By kakapeh in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 18 May 2012, 07:09 PM
  4. is there a way to rotate the reviews?
    By vfrazier in forum General Questions
    Replies: 2
    Last Post: 11 Feb 2009, 09:50 PM
  5. Is there a way to just show the Products and not have a category?
    By tanyaleann in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 15 Oct 2008, 05:32 PM

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