dcwebpixie Posted March 27, 2008 Share Posted March 27, 2008 Hello, Does anyone know how to remove the line at the bottom of the product page that says "This product was added to our catalog on Sunday 23 March, 2008?" I am looking in the Admin area but do not see a setting for it. So now I am looking in the PHP files. Thanks!! Link to comment Share on other sites More sharing options...
arietis Posted March 27, 2008 Share Posted March 27, 2008 Hello, Does anyone know how to remove the line at the bottom of the product page that says "This product was added to our catalog on Sunday 23 March, 2008?" I am looking in the Admin area but do not see a setting for it. So now I am looking in the PHP files. Thanks!! this text is used in product_info.php and products_new.php. look for the 'TEXT_DATE_ADDED' and comment out that section so it looks like this: <?php /* echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); */ ?> or, if you're sure you never want to use this again you can just remove this code entirely (but it's usually better to leave it and comment it out). hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.