Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Product added xx/xx/xxx


Gameprodigy

Recommended Posts

how do you remove the "this product was added to our catalog on X date" from the bottom of the product pages. i am sure this has been posted somewhere but I did a search and went through 61 pages and didnt see anything on the topic. If it is posted can you provided a link please instead of just saying this is talked about on here a lot comment.

Link to comment
Share on other sites

Never Mind this I figured it out myself, for those that may want to know.

 

Go to catalog/product_info.php and find this line

 

	  <tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
  </tr>

 

and comment it out like so.

 

	  <tr>
	<td align="center" class="smallText"><?php // echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
  </tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...