Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Possible to remove "This product was added on..." line from public viewing?


rachelcagen

Recommended Posts

Posted

To remove that line open up catalog/product_info.php

 

Find and remove the following:

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

Archived

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

×
×
  • Create New...