ladykaren Posted June 15, 2010 Share 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 Link to comment Share on other sites More sharing options...
knifeman Posted June 15, 2010 Share 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. Link to comment Share on other sites More sharing options...
ladykaren Posted June 15, 2010 Author Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.