Gameprodigy Posted July 27, 2006 Share Posted July 27, 2006 how do you remove the "this product was added to our catalog on X date" from the bottom of the product pages. i am sure this has been posted somewhere but I did a search and went through 61 pages and didnt see anything on the topic. If it is posted can you provided a link please instead of just saying this is talked about on here a lot comment. Link to comment Share on other sites More sharing options...
Gameprodigy Posted July 27, 2006 Author Share Posted July 27, 2006 Never Mind this I figured it out myself, for those that may want to know. Go to catalog/product_info.php and find this line <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 like so. <tr> <td align="center" class="smallText"><?php // echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.