Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing product added date


pctechiejosh

Recommended Posts

what relevant file are you referring to?

When trying to figure out what file to modify you should just look in the url address bar of you browser. In this case it should include /product_info.php so that is the file you are going to want to make the changes to.

 

On or about line 199 you will see

 

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

 

You can change it to

 

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

 

or remove it altogether.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...