Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove when product was added line


buyditto

Recommended Posts

open catalog/product_info.php

 

Find this Code:

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

 

Replace with this code:

<!--- Commenting out Product Added Display Date
<tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
	</tr>
End of Comment Out --->

 

 

Please make a backup before trying this, just in case.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...