SophieCat Posted January 12, 2005 Posted January 12, 2005 I'm sure this question must have been asked somewhere by someone before, but I have spent hours looking through the forums for an answer. Could someone please tell me where and how to remove the line "This product was added to our catalog on ...date" from the product description. Thank you
Guest Posted January 13, 2005 Posted January 13, 2005 Just replace the text in the [language].php file with a space. ;-)
ozcsys Posted January 13, 2005 Posted January 13, 2005 Just replace the text in the [language].php file with a space.;-) <{POST_SNAPBACK}> You will still get a date In your product_info.php file look for the following line <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> Change to <td align="center" class="smallText"><?php //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.