Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"This product was added to our catalog..."


Guest

Recommended Posts

In catalog/product_info.php around line 198 or so find

 

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

 

and change to

 

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

 

HTH

Tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...