buyditto Posted March 2, 2010 Share Posted March 2, 2010 Hello, How do I remove: "This product was added to our catalog on ......" from the product listings? Thanks Buyditto Link to comment Share on other sites More sharing options...
knifeman Posted March 2, 2010 Share Posted March 2, 2010 Hello, How do I remove: "This product was added to our catalog on ......" from the product listings? Thanks Buyditto Simply comment out the call. google knows all Tim Link to comment Share on other sites More sharing options...
NodsDorf Posted March 2, 2010 Share Posted March 2, 2010 open catalog/product_info.php Find this Code: <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> Replace with this code: <!--- Commenting out Product Added Display Date <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> End of Comment Out ---> Please make a backup before trying this, just in case. Link to comment Share on other sites More sharing options...
buyditto Posted March 2, 2010 Author Share Posted March 2, 2010 Thank you for your help. Buyditto Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.