justsean Posted May 2, 2005 Share Posted May 2, 2005 Hi guys and gals, Please Help Me, I did see this question on here once but can't find it now(i did use search) :'( How can I turn OFF the This product was added to our catalog on 'date' Line or edit it to something else? (it shows up on bottom of every product page) Sorry if it has been answered somewhere else. JS :thumbsup: Link to comment Share on other sites More sharing options...
stevel Posted May 2, 2005 Share Posted May 2, 2005 To remove, remove the following code from product_info.php: <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
justsean Posted May 2, 2005 Author Share Posted May 2, 2005 excellent, thanks for that stevel.... What about editing it to something else?... (cheeky I know) Link to comment Share on other sites More sharing options...
Jeremy at oddly enough Posted May 2, 2005 Share Posted May 2, 2005 Look for the language file where it is defined, probably includes/languages/english/product_info.php . It will have TEXT_DATE_ADDED in the definition. Change the text between the ' marks. Jeremy ps almost all the text in the site is defined in one of the language files, so that's the place to look for it, when you want to edit it. Link to comment Share on other sites More sharing options...
justsean Posted May 2, 2005 Author Share Posted May 2, 2005 Excellent.. thanks Jeremy, that worked a treat! ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.