Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

This product was added to our catalog on


Aminpr

Recommended Posts

Posted

Hello

 

I dont want customers to see when product was added.

How do I remove this without affecting pages?

Posted

Hi

 

In catalog/product_info find

 

	 <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 (html comment remember <!-- --!>)

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

 

 

Ian

Archived

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

×
×
  • Create New...