How do I turn off the Date Added on the product reviews? Thanks!
How do I turn off the Date Added on the product reviews? Thanks!
admin > catalog > product types > select general > at the right select "edit layout"
Find Show Date Added and set to "false"
Zen-Venom Get Bitten
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.
Edit copies of these template files
tpl_reviews_default.php
Find this entry and remove red highlighted code
tpl_product_reviews_default.phpCode:<div class="bold"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, zen_date_short($reviews->fields['date_added'])); ?> <?php echo sprintf(TEXT_REVIEW_BY, zen_output_string_protected($reviews->fields['customers_name'])); ?></div>
Find this code block and remove red highlighted code
Save and upload to your template structureCode:<div class="productReviewsDefaultReviewer bold"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, zen_date_short($reviews['dateAdded'])); ?> <?php echo sprintf(TEXT_REVIEW_BY, zen_output_string_protected($reviews['customersName'])); ?></div>
Zen-Venom Get Bitten
Modifying the raw php always scares the spit out of me...but this was a simple fix. THANK YOU!!![]()
Glad it helped - Sorry I missed "reviews" on first look
Zen-Venom Get Bitten