Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Turn off "This product was added to our catalog"


myeyez

Recommended Posts

Posted

How can I turn of the ( This product was added to our catalog on XdateX) This is displayed on all my products and I havent been able to find where to get rid of it. Thanks.

Posted

Look for the following piece of code in your product info.php file

 

<tr>

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

</tr>

 

Just delete it or comment it out

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...