Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Date Submitted in Reviews


ladykaren

Recommended Posts

Posted

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

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...