Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help to remove the useless text in the product info page


textbook

Recommended Posts

Posted

Hey everyone,

 

I was wondering if someone knows how to remove the text: "This product was added to our catalog on ... " in the product info pages.

 

For example, when I click on an image that I added today, the text that is displayed is "This product was added to our catalog on Saturday 11 October, 2008."

 

Any help would be much appreciated.

 

Thanks

Posted

In product_info.php find

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

Change to

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

Posted

Do you know I never liked that either but with so many other things to do I just let it go but now thanks to you and Brain, its a gonner!!

 

Cheers :D

Archived

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

×
×
  • Create New...