Guest Posted March 29, 2005 Share Posted March 29, 2005 How do I remove this line that appears below each product? "This product was added to our catalog on DATE HERE." Link to comment Share on other sites More sharing options...
OceanRanch Posted March 29, 2005 Share Posted March 29, 2005 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 More sharing options...
hi10key Posted March 31, 2005 Share Posted March 31, 2005 I was trying to do the same thing, but this didn't work for me. :( Does anyone have any other suggestions? Link to comment Share on other sites More sharing options...
hi10key Posted March 31, 2005 Share Posted March 31, 2005 Sorry - scratch that... Even though I swear I checked the code over and over before I posted the message above, I finally got it to work...Weird. :-" Link to comment Share on other sites More sharing options...
OceanRanch Posted March 31, 2005 Share Posted March 31, 2005 Probably a "clear cache" on your browser..... Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.