ladykaren Posted June 15, 2010 Posted June 15, 2010 Hi all; I was wondering if there is a way to remove the Date Submitted in Reviews? Reason being I use email comments for reviews of products and if I do several at once, I don't want potential customers thinking I'm making up false reviews. Thanks in advance
knifeman Posted June 15, 2010 Posted June 15, 2010 Hi all; I was wondering if there is a way to remove the Date Submitted in Reviews? Reason being I use email comments for reviews of products and if I do several at once, I don't want potential customers thinking I'm making up false reviews. Thanks in advance Find in reviews.php around line 92 <td class="smallText" align="right"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, tep_date_long($reviews['date_added'])); ?></td> and in product_reviews_info.php around line 94 <td class="smallText" align="right"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, tep_date_long($review['date_added'])); ?></td> Comment out the echo for date added. I have not tried it, but it should work. Tim edit: I created an information page called customer comments and keep it updated with e-mail compliments.
ladykaren Posted June 15, 2010 Author Posted June 15, 2010 Find in reviews.php around line 92 <td class="smallText" align="right"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, tep_date_long($reviews['date_added'])); ?></td> and in product_reviews_info.php around line 94 <td class="smallText" align="right"><?php echo sprintf(TEXT_REVIEW_DATE_ADDED, tep_date_long($review['date_added'])); ?></td> Comment out the echo for date added. I have not tried it, but it should work. Tim edit: I created an information page called customer comments and keep it updated with e-mail compliments. Thanks so much Tim. That worked perfectly :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.